An app for daily work day sentiment analysis using GPT3.5
matrix
directory holds app logic.utils
directory holds the JSON parsers for data.json_data
directory holds JSON data to be used for this demo.
The main directory holds the following files:
run.py
Where the Flask application is initialize and the config is loadedrequirements.txt
Where the dependencies this project needs to run are located.
Clone the repository.
git clone [email protected]:brijeshbv/mood-matrix.git
# navigate to the mood-matrix directory
cd mood-matrix
# create the virtual environment for mood-matrix
python3 -m venv mood-matrix-env
# activate the virtual environment
source mood-matrix-env/bin/activate
Install dependencies
python3 -m pip install -r requirements.txt
python ./run.py
Open your browser on http://localhost:5000
Use at your own risk; not a supported MongoDB product