Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@


# How to Run

## Installation
Expand Down Expand Up @@ -27,7 +29,7 @@

### Python Server

1. Navigate to sentiment_analysis_ml_part directory in anaconda prompt.
1. Navigate to sentiment_analysis_ml_part directory in anaconda prompt and activate the environment by running `conda activate sentiment_analysis`.
2. Type in terminal `set FLASK_APP=server.py`
3. Then run `flask run`

Expand All @@ -38,4 +40,4 @@
1. Navigate to web_sentiment_analysis directory in CMD.
2. Type the command `npm run start`

The server will start. First time will take long because the models have to be trained and saved.
The server will start. First time will take long because the models have to be trained and saved.