Skip to content

Analyzes sentiment of single text inputs or bulk CSV uploads. Built with Flask, NLTK, and Scikit-learn.

Notifications You must be signed in to change notification settings

navyajain7105/Sentiment-Analysis-Flask

Repository files navigation

Sentiment-Analysis-Flask

Analyzes sentiment of single text inputs or bulk CSV uploads. Built with Flask, NLTK, and Scikit-learn.

Step 1: Clone the repository

git clone https://github.com/navyajain7105/Sentiment-Analysis-Flask.git

Step 2: Open the cloned repository and create a conda environment. Activate the new environment

conda create -n AnalysisVenv python=3.10
conda activate AnalysisVenv

Step 3: Install the requirements file

pip install -r requirements.txt

Step 4: Run the app

flask --app api.py run

About

Analyzes sentiment of single text inputs or bulk CSV uploads. Built with Flask, NLTK, and Scikit-learn.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published