Skip to content

Latest commit

 

History

History
67 lines (50 loc) · 2.07 KB

README.md

File metadata and controls

67 lines (50 loc) · 2.07 KB

DivineInspiration - Toneteller

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

toneteller1

image

vacay

dog

rain

Members:

  • Aniket Mishra
  • Christina
  • Julia Dantas
  • Ray
  • Trinity Thai
  • Yui Han

Techstack

  • Web page:
    • React js
  • Chrome extension:
    • Chrome extension apis
    • Js/html/css
  • Backend server:
  • Deployment:
    • Google cloud for Flask server
    • Github Pages for React web page.
  • Design:
    • Figma

Running the code:

Backend

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

Frontend

cd frontend
npm install
npm run start