Meet Amy: An AI Therapist made for teenagers struggle with managing their stress and mental health, by teenagers struggling to manage their stress and mental health.
Our app aims to help teenagers cope with stress and handle their mental health. Teenagers will benefit from the solution. They face a multitude of problems, such as stress due to academics, relationship issues, and stress due to the forming of their identities.
- Download python 3.9.12
- Download latest release of this repository
- Enter terminal in the root directory of the project and run:
pip3 install -r modules.txt
- Run the following command to start a python shell:
python3
- Run the following commands in the shell:
>>> import nltk
>>> nltk.download('all')
5a. If you run into an error that says that SSL certificate cannot be verfied, run the following python commands:
>>> exit()
5b. Run the following commands:
/Applications/Python 3.9/Install Certificates.command
In place of the 3.9, put the version of Python that you used if it's an different one.
5c. Run step 4 again.
- Add password.py into the root directory of the project\
- Run game.py from the root directory of the project with
python3 game.py
- Gamified UI
- Guided breathing exercises
- Guided full body scans
- Mood charts
- AI Therapist chatbot
- There is rare bug where the game quits with the following in terminal:
zsh: trace trap: ...
Unfortunately there is no way to fix this as this is a problem with UNIX and the python interpreter and not the code itself. Instead, just relaunch game.
Here are some related projects