Pinned Repositories
awesomeScripts
A Collection of Awesome Scripts in Python to Ease Daily-Life. Create an issue If you have some great idea to the new script
DeepVid
A Django web app for human activity recognition in videos using Convolution Neural Networks.
DL_Notebooks
DownPlayer
A simple music downloader and player using Python.
fimbo
free to use portfolio templates
Link-Prediction-on-DBLP-Citation
Link Prediction Techniques using Machine Learning and Neural Networks. (neo4j used for storing the data)
ml-resources-react
A simple react app displaying resources to learn Machine learning.
NSFW_Detector
A Flask App to check for nsfw content in the images.
parasgupta44.github.io
My Personal Portfolio / Blog.
py_holiday_calendar
A simple package containing some methods that I used with pandas to calculate date differences / additions between columns adjusting for custom business days as well as holidays.
Parasgupta44's Repositories
Parasgupta44/ml-resources-react
A simple react app displaying resources to learn Machine learning.
Parasgupta44/NSFW_Detector
A Flask App to check for nsfw content in the images.
Parasgupta44/Link-Prediction-on-DBLP-Citation
Link Prediction Techniques using Machine Learning and Neural Networks. (neo4j used for storing the data)
Parasgupta44/DeepVid
A Django web app for human activity recognition in videos using Convolution Neural Networks.
Parasgupta44/py_holiday_calendar
A simple package containing some methods that I used with pandas to calculate date differences / additions between columns adjusting for custom business days as well as holidays.
Parasgupta44/awesomeScripts
A Collection of Awesome Scripts in Python to Ease Daily-Life. Create an issue If you have some great idea to the new script
Parasgupta44/DL_Notebooks
Parasgupta44/DownPlayer
A simple music downloader and player using Python.
Parasgupta44/fimbo
free to use portfolio templates
Parasgupta44/parasgupta44.github.io
My Personal Portfolio / Blog.
Parasgupta44/Library_automation
An Android app to automate the basic functionalities of library using Firebase.
Parasgupta44/messenger-mern
A simple messenger using MERN Stack. (to check some stuff).
Parasgupta44/minesweeper
Minesweeper | TypeScript | React | Redux
Parasgupta44/Parasgupta44
Parasgupta44/Price_Scraper
A simple application in python which scrapes the price of some commodity on a shopping site and notifies the user by mail, if the price goes below/above a certain value. Python libraries like Requests and Beautiful Soup were used.
Parasgupta44/rotate
Create recursive image rotation animations
Parasgupta44/rust-prac-snippets
Just looking into some Rust!!
Parasgupta44/se-unlocked
Software Engineering Unlocked Podcast
Parasgupta44/String_matching
Comparison between Naive, Rabin-Karp and Knuthh Morris Pratt(KMP) Algorithms for string matching using std::chrono library and file handling.