This project is an application that uses a pre-trained model to analyze the state of mental health of a person using a chat interface.
- Python 3.11 (with pip)
- Node (latest version)
- Init a Virtual environment
python -m venv venv
- Activate the Virtual environment
source venv/bin/activate
or
venv\Scripts\activate
Depending on your operating system, you may need to use a different command to activate the virtual environment.
- Install Python dependencies
pip install -r requirements.txt
- Install Node dependencies
npm install
- Run the project
npm run dev
- Run the Python server
python main.py