Skip to content

yaushing/coursework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2024-2025 Sec 3 - 4 Coursework, Team MST6 (Nerd)

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.

Installation

  1. Download python 3.9.12
  2. Download latest release of this repository
  3. Enter terminal in the root directory of the project and run:
pip3 install -r modules.txt
  1. Run the following command to start a python shell:
python3
  1. 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.

  1. Add password.py into the root directory of the project\
  2. Run game.py from the root directory of the project with
python3 game.py

Features

  • Gamified UI
  • Guided breathing exercises
  • Guided full body scans
  • Mood charts
  • AI Therapist chatbot

Issues

  • 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.

Demo

demo

Screenshots

zero one two three four

Authors

License

MIT

Related

Here are some related projects

Mentalstop

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages