Projects on Github

  • Sep 2023
    csv2notion-neo is my freelance and open-source project that enables local csv/json files to be uploaded to notion using a CLI tool. Built using python,this tool has ability to also upload images to notion.
  • Oct 2023
    Airlift is also my freelance and open-source project that enables local csv/json data to be uploaded to Airtable. Official airtable client has some limitations like no feature to upload images to airtable, airlift aims to solve those limitations
  • Feb 2024
    POAKMM is an sports seat booking website (mockup) that is built using express and react.
  • Apr 2024
    Timely is an timesheet where employees can fill their work hours based on their projects and provide feedbacks. It also includes data pipeline that connects to snowflake as warehouse and DBT as ELT tool to gain analysis
  • Aug 2023
    SkillPulse is an AI enabled web application that helps students to understand their knowledge on subjects such as OS, DBMS and CN. Built using python (django) for backend and React for frontend
  • Dec 2021
    Shakes AI is a small language model developed by me, trained on around 1 million lines of text data containing Shakespearean literature. This model has the capability to generate Shakespearean sonnets, that match the rhyme and meter patterns of the original works, while also providing a unique and creative touch to the generated poems
  • Feb 2024
    It is an data engineering project that uses DBT to extract, load and transform the data using SSMS as database
  • Nov 2023
    CricketSemantics is a project that has 3 mini projects inside it. A web scrapping spider to scrap world-cup 2023 commentary data. A Doc2Vec document embedding and semantic search engine based on it. A KMeans cluster to visualize similar meaning commentary using doc2vec embedding
  • Sep 2023
    notion_db_integration is a pypi package that helps the user to use notion database to store, retreive, update and delete data like a normal database. It basically turns your notion_db into a db that is hosted on cloud and used for storage purposes
  • Sep 2023
    This Peer-to-Peer (P2P) Chat Application allows users to connect with peers and engage in real-time text-based conversations. It provides a user-friendly interface for chatting.
  • Aug 2023
    In this project, I used the K-means algorithm to cluster poems based on their TF-IDF representations. It can diffrentiate poems based on its larger theme such as love, death, nature and so on.
  • Jul 2023
    Story Teller is a Streamlit application that generates a story based on an input image. It utilizes the Hugging Face Transformers library and the Salesforce BLIP Image Captioning model.
  • Jun 2023
    This file contains code for performing deep learning tasks using TensorFlow neural networks. It provides a comprehensive guide to data augmentation, perceptrons, classification using neural networks, and the MNIST handwriting classification task
  • Jun 2023
    React Django Chatapp is an simple chatapp built using react and django. Uses google SSO for authentication with token based auth and web sockets for communication
  • Jun 2021
    VOICY is an web app that can convert .txt files into nearly human like voice and provide the .mp3 file generated(that has the dictated version of text file) to user as an downloadable file. This can be used to convert text files that has lecture notes into voiceover, for easy understanding and to gain attention of students
  • Aug 2021
    A simple python PYPI package to perform basic technical analysis on stocks
  • Sep 2021
    Quotez is a small website that shows the quotes from the books I read recently. Built using flask
  • Nov 2022
    A small project that connects database using fastapi basckend and serves frontend requests using graphql api. A toy project to learn fastapi and graphql
  • Dec 2022
    Face Recognition using SVM and RF is a simple image classification model for celebrity images. The model has been trained on 3 celebrities with 100 images each, achieving 71% accuracy with SVM and 68% accuracy with RandomForest algorithms
  • Jul 2022
    A small project to send me daily emails about stock price movements using python and github actions
  • Mar 2022
    Predict profit of your startup based on your spendings. Uses a regression model to map spending to profit.
  • Apr 2022
    Performed EDA on the steam game dataset using Knime and created a regression and classification model using TensorFlow Predicted the rating( overwhelmingly negative to overwhelmingly positive [1 - 9] ) given by users to the game based on features such as cross compatibility of game with multiple OS, release date and so on
  • Jun 2023
    The Interactive Data Visualization Application is a web-based tool developed to facilitate the exploration and analysis of a dataset through interactive charts and visualizations. The application is built using React for the frontend, Flask for the backend API, and D3.js for rendering the visualizations.
  • Jan 2022
    This Streamlit project is designed to provide users with financial information and stock market news for Indian companies. It consists of three main components: a dashboard for exploring stock prices and historical trends and a section for displaying top stock headlines
  • Jan 2023
    Predict profit of your startup based on your spendings. Uses a regression model to map spending to profit.