From 8748490780d6bb7616b958164800dbbd9955ed2f Mon Sep 17 00:00:00 2001 From: webbrain-one <295484252+webbrain-one@users.noreply.github.com> Date: Sat, 22 Aug 2026 01:04:06 +0300 Subject: [PATCH] docs: improve README Generated by qwen3.8-27b-nvfp4 via local API. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 146ab81..6acce8f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + + # How to Run ## Installation @@ -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` @@ -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. \ No newline at end of file +The server will start. First time will take long because the models have to be trained and saved.