-
Install Docker and Docker Compose: Ensure you have Docker and Docker Compose installed on your machine. You can download them from Docker's official website.
-
Clone the Repository
git clone https://github.com/ChayanBhansali/Sentiment_score.git cd Sentiment_score -
Environment Setup (optional)
# Conda conda create -n sentiment-env python=3.9 conda activate sentiment-env # Or Python venv python3 -m venv sentiment-env source sentiment-env/bin/activate # Unix sentiment-env\Scripts\activate # Windows
-
Build and Run Containers
docker-compose up --build
-
Access the Application Open your web browser and navigate to
http://localhost:7860 -
Stop the Containers
docker-compose down
-
Clone the Repository
git clone https://github.com/ChayanBhansali/Sentiment_score.git cd Sentiment_score -
Create a Virtual Environment (Recommended)
-
Install Dependencies
pip install -r requirements.txt
-
Run the Application
uvicorn src.web:app --host 0.0.0.0 --port 7860 uvicorn src.system:app --host 0.0.0.0 --port 8000
-
Access the Application Open your web browser and navigate to
http://localhost:7860
The spider graph comprises five metrics: four derived from emotion analyses and one representing an education score. Each point is scaled from 0 to 1, allowing for a comprehensive comparative visualization of the data points.
