Pinned Repositories
Live_ASL_Detection
Detecting American Sign Language on live video using Resnet50
ShareConn
A website like reddit
Boston_dataset
Cost-Prediction
A Hackerank hacakthon project for estimating cost of shipment based on given data
covid19_detection
Detecting if person is infected or not using coswara dataset
deepfake_lip_sync
Using Wav2Lip to sync lips with provided audio
Image_Generator
The Image_Generator is created using the concept of Deep Convolutional GANs. The Generator is created using Transpose Convolution layers and it is the one crearting the images. The second part is the Discriminator created using Convolutional layers which discriminates the images as real or fake and feeds the output to the generator to make it better every epoch
Sale-price-predictor
Using Housing data from Kaggle to predict sale price of houses
911-calls-analysis
A brief analysis of some 911 calls
adupatil
Config files for my GitHub profile.
adupatil's Repositories
adupatil/Hindi-to-English-Translator
A Seq-to-Seq Transformer based model for translating from hindi to english
adupatil/Physical-trait-recognition-of-fictional-characters
Applied POS tagging and Dependency parsing to associate traits with respective entities
adupatil/Live_ASL_Detection
Detecting American Sign Language on live video using Resnet50
adupatil/Live_Hand_Detection
American Sign Language Detection in Real-time
adupatil/adupatil
Config files for my GitHub profile.
adupatil/Image_Generator
The Image_Generator is created using the concept of Deep Convolutional GANs. The Generator is created using Transpose Convolution layers and it is the one crearting the images. The second part is the Discriminator created using Convolutional layers which discriminates the images as real or fake and feeds the output to the generator to make it better every epoch
adupatil/Object-Detector
The object detector is created using the pre trained SSD ( Single Shot Detection) model. It is developed using pytorch and detects objects in a provided video.
adupatil/House_Price_Prediction
adupatil/Face_detector
Face detection using Opencv. It uses haar like features to identify face , eyes to locate the face in a live video.
adupatil/iris_deployed
A basic Deep learning model deployed on a web app using Flask
adupatil/Text_Genetrator
The text generator is a Recurrent Neural Network model that was trained on 5 million words from Shakespeare's literature. When we provide it a single seed it creates a text of given size in Shakespearian style.
adupatil/covid19_detection
Detecting if person is infected or not using coswara dataset
adupatil/deepfake_lip_sync
Using Wav2Lip to sync lips with provided audio
adupatil/Image_classification
adupatil/deploying-machine-learning-models
Example Repo for the Udemy Course "Deployment of Machine Learning Models"
adupatil/Loan_credibility_prediction
adupatil/ShareConn
A website like reddit
adupatil/HMI_mini
Mini project
adupatil/Predict-the-churn-risk-rate
Predicting the churn risk rate for a new startup
adupatil/Sale-price-predictor
Using Housing data from Kaggle to predict sale price of houses
adupatil/Cost-Prediction
A Hackerank hacakthon project for estimating cost of shipment based on given data
adupatil/Finance-Analysis
Brief analysis of bank stocks
adupatil/Boston_dataset
adupatil/911-calls-analysis
A brief analysis of some 911 calls
adupatil/animetv
This project was created as my college project for Web Design Lab.
adupatil/pylite
An in-development IDE for Python