Project Sean is a sentiment analysis project. It utilizes machine learning techniques, including TensorFlow and Keras, to analyze the sentiment of comments or reviews. By entering a comment into the prompt, users can gain valuable insights into the emotional tone of the text. Though still a work in progress, Project Sean aims to provide a user-friendly platform for sentiment analysis, leveraging the power of artificial intelligence and natural language processing.
Clone the repo containing both client and server:
git clone "https://github.com/Nyx1on/project-sean-fs.git"
cd client
npm install
npm run dev
Currently, the python dependencies are installed globally, and it was a huge blunder cause we were rookies then :( Soon will update it with a virtual environment.
Details of the model can be found here
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.