Toneteller is a web application and chrome extension that uses machine learning and artificial intelligence to perform sentiment analysis on the text that a user has entered. Our application returns the emotion that the text is attempting to convey, giving the user more clarity regarding the intentions of the message.
Link to access DivineInspiration's Devpost page: https://devpost.com/software/toneteller
Link to access Toneteller:
https://hackathon-hacked2023.github.io/DivineInspiration/
Extension download:
https://github.com/Hackathon-Hacked2023/DivineInspiration/releases/tag/v1
Design Document:
https://www.figma.com/file/nIcF40kNIJLbpP37ETOZtB/TONETELLER?node-id=0%3A1&t=4bqEC1bnQcujYydr-0
Members:
- Aniket Mishra
- Christina
- Julia Dantas
- Ray
- Trinity Thai
- Yui Han
- Web page:
- React js
- Chrome extension:
- Chrome extension apis
- Js/html/css
- Backend server:
- Flask/Python
- EmoRoBERTa Sentiment analysis
- Deployment:
- Google cloud for Flask server
- Github Pages for React web page.
- Design:
- Figma
first download: https://drive.google.com/file/d/1I1L9nwJTF_FiNOwP8EQoq6gzeK4KwHM0/view?usp=share_link
and put it into backend/model
cd backend
python main.py
cd frontend
npm install
npm run start