I'm Abdul (Sam)ad Ansari, a Computer Science student from India.

It's a pleasure to see you here :)

Projects

Some proof of work

A terminal-based AI chatbot, based on OpenAI. Using Retrieval Augmented Generation (RAG), this chatbot can learn from external documents provided by the user.

Chino

Python, Langchain, RAG

A Pastebin which is simple and easy to use for anyone, and doesn’t track users. User-friendly web interface. Tailored OSS for community building and collaboration. Concise instructions and usage guide for new users and fellow contributors.

paste.py

Python, FastAPI

LinkLiberate is an Open Source URL shortener that doesn’t track its users. The special point of this URL shortener is that the creator of the shortened URL. gets good control over the generated URL like setting the expiration duration.

LinkLiberate

Python, FastAPI, SQLite

A sufficient blog site project for posting blogs, and having a distinguished profile. This project uses Django models for systematically storing the details of the users and posts they make using an Object Relational Model (ORM).

blog_site

Django, PostgreSQL

A simple interactive portfolio website showcasing some details about me and my projects.

Portfolio website

Web 2.0, Bootstrap

A Django based Password Manager that utilizes decentralization as a means to secure user's data(passwords). The user's data is encrypted and stored on a decentralized network.

LeashShield

Django, Bootstrap, Decentralization

Simple ToDo webapp using Django. User can add, delete, and mark tasks as done. User can also view the tasks that are done and pending.

ToDo app

Django, Bootstrap

Simple DBMS of an airline using Django and SQLite. API for booking, cancelling, and viewing flights. Storing of details through Django models.

Airline

Django, Bootstrap