Abhinav Thapper's repositories

Sentiment-Analysis-on-Product-Reviews

Text Classification Problem : Wrote a module to classify Amazon-Product Reviews as favourable/unfavourable. Achieved accuracy of 78% and an F1 score of .81 using Logistic Regression on a test-train split of 20%, where total records were around 50000.

Language:PythonStargazers:1Issues:0Issues:0

CacheLLD

LLD of a cache.

Stargazers:0Issues:0Issues:0

CityGeoCoding

Project to get latitude longitude from addresses

Language:JavaStargazers:0Issues:0Issues:0

FaceBookAPILLD

LLD of basic Facebook functions

Language:JavaStargazers:0Issues:0Issues:0

system-design-primer

Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.

Language:PythonLicense:NOASSERTIONStargazers:0Issues:0Issues:0

system-design-resources

These are the best resources for System Design on the Internet

License:GPL-3.0Stargazers:0Issues:0Issues:0

system_design

Preparation links and resources for system design questions

Stargazers:0Issues:0Issues:0

twitter

A simple tweet collection tool which fetched object related, real time tweets using the twitter API for Python Tweepy, . The tweets were cleansed of all URLS, special characters and emojis. Data so collected can be used to generate more tweets semantically similar to users tweets.

Language:PythonStargazers:0Issues:0Issues:0

waste-classification-CNN-Image-Augmentation

A model to classify images of waste products as Organic or Recyclable. Applied Image Augmentation to images and used basic CNN to classify images using Keras. Analysed the performance using Tensorboard. Detected over fitting using metric curves (accuracy) and addressed it using Dropout Regularization.

Language:Jupyter NotebookStargazers:0Issues:1Issues:0