NotShrirang
This is Shrirang Mahajan. I like learning new things and make life easier by using them effectively.
@ElliciumPune, Maharashtra
Pinned Repositories
django-channels-chatting-app
Real time chatting application implemented using Django Channels
GAN-for-Handwritten-Digits
Generative Adversarial Networks for generating handwritten digits. Model trained on handwritten digit dataset using TensorFlow for 10000 epochs.
Indian-Sign-Language-Classification-using-Transfer-Learning
Indian Sign Language A-Z alphabets classification with Custom CNN and Resnet50
Machine-Learning-from-Scratch
ML / DL Algorithms implemented from scratch. Developed with only numpy as dependency. Machine Learning Algorithms such as Support Vector Machine, Linear Regression, Artificial Neural Networks and other data transformation algorithms are implemented. Project is released as a python package and can be download from Python Package Installer.
PaliGemma
A Vision Language Model implemented in PyTorch
pydbops
A Relational Database Management System. Developed on top of sqlite databases. CLI is included in the package. This project aims to provide more robust database management system for python android developers.
QuillGPT
Implementation of the GPT decoder block in PyTorch finetuned on Shakespeare's works 🪶
Sonnet
A chatbot built with Langchain 🦜🔗 and FAISS vectorstore that suggests songs based on the text you enter, using advanced lyrics analysis to match your words with the perfect tunes.
SPPU-Computer-2019-Practicals
All practicals I performed in Computer Engineering at SPPU
parkvision-backend
Backend for the dashboard which will display parking statistics and vehicle information predictions
NotShrirang's Repositories
NotShrirang/QuillGPT
Implementation of the GPT decoder block in PyTorch finetuned on Shakespeare's works 🪶
NotShrirang/pydbops
A Relational Database Management System. Developed on top of sqlite databases. CLI is included in the package. This project aims to provide more robust database management system for python android developers.
NotShrirang/SPPU-Computer-2019-Practicals
All practicals I performed in Computer Engineering at SPPU
NotShrirang/django-channels-chatting-app
Real time chatting application implemented using Django Channels
NotShrirang/Indian-Sign-Language-Classification-using-Transfer-Learning
Indian Sign Language A-Z alphabets classification with Custom CNN and Resnet50
NotShrirang/Machine-Learning-from-Scratch
ML / DL Algorithms implemented from scratch. Developed with only numpy as dependency. Machine Learning Algorithms such as Support Vector Machine, Linear Regression, Artificial Neural Networks and other data transformation algorithms are implemented. Project is released as a python package and can be download from Python Package Installer.
NotShrirang/GAN-for-Handwritten-Digits
Generative Adversarial Networks for generating handwritten digits. Model trained on handwritten digit dataset using TensorFlow for 10000 epochs.
NotShrirang/Lyrics-Analysis-and-Music-Recommendation-with-Pair-Similarities
Song recommendation system for film makers and music makers. Developed using Term Frequency - Inverse Document Frequency to vectorize lyrics of song and then cosine similarity to calculate similarity between the songs. This system recommends songs with similar lyrics.
NotShrirang/NotShrirang
I am Shrirang Mahajan!
NotShrirang/blockchain-implementation-from-scratch-backend
Blockchain working simulated using Python
NotShrirang/Data-Extractor-App
This Python script is designed to extract structured data from PDF files containing information such as Company Identification Number (CIN), email addresses, PAN (Permanent Account Number), phone numbers, dates, and websites. The script utilizes the PyPDF2 library for PDF processing and multiprocessing for efficient extraction from multiple PDFs.
NotShrirang/flutter-app-template
A template for jump starting your flutter project
NotShrirang/README-Generator
Generates READMEs with a little help of GPT-3
NotShrirang/Spam-Filter-using-ALBERT
This project aims to build a spam filter using a fine-tuned ALBERT (A Lite BERT) Transformer model. The ALBERT model, pre-trained on a large corpus of text, is fine-tuned on a spam detection dataset to create an efficient and accurate spam filter.
NotShrirang/News-Web-Scraper
This Python script is designed to scrape news data from Google, Yahoo, and Bing search engines for a list of companies. The scraped data is then saved into a CSV file.
NotShrirang/OpenNN
Neural Networks for humans. An implementation from scratch in Python using NumPy. Consists of Optimizers such as Adam, SGD, Adagrad, RMSProp, and activation functions ReLU, Softmax and Losses. All implemented from scratch.
NotShrirang/optim
A repo that contains source code for my blog "Deep Learning Optimizers: A Comprehensive Guide for Beginners (2024)": https://medium.com/@shrirangmahajan123/optimizers-a-simple-beginners-guide-8ab6942880dd
NotShrirang/PaliGemma
A Vision Language Model implemented in PyTorch
NotShrirang/Sonnet
A chatbot built with Langchain 🦜🔗 and FAISS vectorstore that suggests songs based on the text you enter, using advanced lyrics analysis to match your words with the perfect tunes.
NotShrirang/Article-Reader-App
This Python script is designed to extract structured data from various news articles. It utilizes web scraping techniques to extract information such as article titles and bodies from different news websites. The script supports multiple websites, and you can easily extend it to include more by adding functions for each website.
NotShrirang/blockchain-implementation-from-scratch-frontend
Blockchain working demonstrated from scratch
NotShrirang/Budget-Project-Automated-Testing-App
Automated Testing using Selenium
NotShrirang/budget-project-backend
NotShrirang/budget-project-frontend
Frontend for Budget Project
NotShrirang/DevFinder-App
Same DevFinder, different platform.
NotShrirang/langchain
🦜🔗 Build context-aware reasoning applications
NotShrirang/parkvision-frontend
Frontend for the dashboard which will display parking statistics and vehicle information predictions
NotShrirang/parkvision-ml-research
NotShrirang/RapidCommerce
Backend in built at a hackathon in less than 4 hrs, offline, without referencing anything. After I learnt ExpressJS less than 24 hrs ago for the first time.
NotShrirang/Submission-App
A simple Hackathon hosting web application