top of page

Projects

  • Sentiment analysis was done on the The Stanford Sentiment Treebank (SST-5) dataset.

  • It was done using 4 classifiers, namely:

    • Multinomial Logistic Regression

    • Multinomial Naives Bayes

    • Decision Tree

    • Support Vector Machine

  • A pie chart containing the distributed % of emotions would be displayed.

  • Project Link : https://github.com/Ritavdas/Sentiment-Analysis-SST-5-Dataset

Figure_1_edited.jpg
  • Made a Fullstack application using React , Express , MongoDB and Nodejs.

  • Application allows you to upload a title , message ,tags and a picture.

  • Users can also like the picture and delete or update their posts.

  • Libraries used for Frontend : Axios ,moment ,react-file-base64,redux-thunk , Material UI.

  • Libraries used for Backend :cors ,express, mongoose , nodemon , Body-parser

  • Project deployed here : 
    https://angry-tesla-96e3c3.netlify.app

  • Project Link : https://github.com/Ritavdas/Memories-MERN

Opera Snapshot_2021-08-29_175349_angry-tesla-96e3c3.netlify.app.png

GuruHub 

Ghub.png

Type-or-Catch Game

Game Gif.gif

Machine Learning Projects

  1. Created and visualized a data frame which tells us the which player are most undervalued so that they can be bought with minimal value when the transfer market opens.

    1. Jupyter Notebook : https://github.com/Ritavdas/ML/blob/master/FIFA.ipynb​

  2. Created a Machine Learning model that can detect types of the Iris flower.

    1. Jupyter Notebook : https://github.com/Ritavdas/ML/blob/master/iris.ipynb​

  3. Project Link for both : https://github.com/Ritavdas/ML

ML1.png

Video Hooks

image_2021-07-25_030055.png

Data Scraping

  • Scrapes Data from a popular social news website HACKERNEWS

  • Focusing on computer science and entrepreneurship.

  • Uses Python module BeautifulSoup4 for scrapping

  • This project shows only the articles with a specific amount of votes directly on the IDE that the user is using without ever opening the website.

  • Project Link : https://github.com/Ritavdas/Data-Scraping

image_2021-07-25_030401.png
bottom of page