Pinned Repositories
2017.fossasia.org
Website of FOSSASIA OpenTechSummit 2017
30-day-forecast-of-daily-covid-cases-in-india-
This model forecasted the no. of covid cases for next 30 days from 25 june -25 july . The predictions that were made were very close to the real daily cases. SARIMA and basic Time series concepts were used to make this model
ACL_paper_learning_with_disagreements
We describe SemEval-2023 Task 11, on behavioral segregation of annotations to find the sim- ilarities and contextual thinking of a group of annotators. We have utilized a behavioral seg- mentation analysis on the annotators to model them independently and combine the results to yield soft and hard scores.
BLACKJACK
used tkinter for GUI and python , though this code can be modified
Covid-19-Identification-using-resnet-and-custom-ANN-classifier
With proposed methodology, the custom ANN gives out good results with classification accuracy of 95.5%, F1 score of 96% for covid and 95% for normal class and AUC of 98.77% are achieved.
emoji_predictor
Image-classifier-CI-CD-
ML-deployment
This project constains the end to end development of a ML project and web app deployed using AWS elastic beanstalk
MoviesRecommender
Using basic NLP techniques , a movie recommender system is made that recommends 5 most similar movies to the user when he/she inputs the movie name. Checkout the youtube link to see how it works
Petfinder-kaggle-competition-algo
This notebook consists of the code that helped me grab the bronze medal ranking in Kaggle's petfinder image classification competition 2022.
vinayaktiwari's Repositories
vinayaktiwari/ACL_paper_learning_with_disagreements
We describe SemEval-2023 Task 11, on behavioral segregation of annotations to find the sim- ilarities and contextual thinking of a group of annotators. We have utilized a behavioral seg- mentation analysis on the annotators to model them independently and combine the results to yield soft and hard scores.
vinayaktiwari/Covid-19-Identification-using-resnet-and-custom-ANN-classifier
With proposed methodology, the custom ANN gives out good results with classification accuracy of 95.5%, F1 score of 96% for covid and 95% for normal class and AUC of 98.77% are achieved.
vinayaktiwari/emoji_predictor
vinayaktiwari/Image-classifier-CI-CD-
vinayaktiwari/ML-deployment
This project constains the end to end development of a ML project and web app deployed using AWS elastic beanstalk
vinayaktiwari/Petfinder-kaggle-competition-algo
This notebook consists of the code that helped me grab the bronze medal ranking in Kaggle's petfinder image classification competition 2022.
vinayaktiwari/2017.fossasia.org
Website of FOSSASIA OpenTechSummit 2017
vinayaktiwari/30-day-forecast-of-daily-covid-cases-in-india-
This model forecasted the no. of covid cases for next 30 days from 25 june -25 july . The predictions that were made were very close to the real daily cases. SARIMA and basic Time series concepts were used to make this model
vinayaktiwari/BLACKJACK
used tkinter for GUI and python , though this code can be modified
vinayaktiwari/MoviesRecommender
Using basic NLP techniques , a movie recommender system is made that recommends 5 most similar movies to the user when he/she inputs the movie name. Checkout the youtube link to see how it works
vinayaktiwari/carpriceprediction
This webb app predicts the price of a car on which it can be sold. Used Random Forest Regression , python , flask and html to create the model and web app and deployed it on heroku cloud
vinayaktiwari/Data-analysis-and-prediction-of-power-consumed-by-hotel-ACs
vinayaktiwari/engelsystem
Shift planning system for events.
vinayaktiwari/gdgnewdelhi.github.io
Github repo for Google Developer Group New Delhi
vinayaktiwari/lambdaTest_assignment
Consisting 4 machine learning and AI questions for LambdaTest recruitment process
vinayaktiwari/mashup.css
It is css file mashup of all CSS in the world.
vinayaktiwari/ML_signal-processing_experiments
vinayaktiwari/multi_agent_path_planning
Python implementation of a bunch of multi-robot path-planning algorithms.
vinayaktiwari/N-Body-Orbital-Mechanics
Simulation to see how various celestial bodies interact following Newtonian and Euler laws
vinayaktiwari/roboarm
vinayaktiwari/techmakerz.github.io
vinayaktiwari/X-ray_disease-predictor
vinayaktiwari/xraymodeldeployment
An image classification model is made using Alexnet convolutional neural network, tensor flow which determines id a patient is covid-19 positive or not ,by taking patient's chest x-ray image as input, the model runs on the local host using flask and html . -Checkout youtube link to see how it works