LifeStages sentiment analysis microservice To run-> in terminal follow these commands in order (from root directory): cd backend pip install -r requirements.txt cd .. cd frontend flutter pub get cd .. python run.py To stop-> in terminal: Ctrl+C