Skip to content

NASAKE is a compassionate online space committed to fostering mental health and well-being. With a focus on empowering users, the project addresses the pressing need for mental health support, particularly among young adults facing the challenges of the 21st century.

Notifications You must be signed in to change notification settings

anujeshify/nasake

 
 

Repository files navigation

nasake

Nasake is a japanese word that means sympathy and affection. It is a web app for different mental health resources at one place.

Installation

  • Clone the repository
  • Create a python virtual environment
python3 -m venv venv
  • Install dependencies via poetry or requirements.txt
# poetry
pip install poetry
poetry install

# requirements.txt
pip install -r requirements.txt
  • Copy contents of .env.dev to .env and add the environment variables
cp .env.dev .env
  • Run the application
gunicorn -c gunicorn.conf.py server.app:app

# or using make
make run

To-Do

  • Dockerize application
  • Create login for therapists
  • Add movie/song recommendations based on journal entry
  • Work on the UI and UX
  • Add meditation guides, zen mode
  • Add crisis mode to chatbot (assistance in case of emergencies)

About

NASAKE is a compassionate online space committed to fostering mental health and well-being. With a focus on empowering users, the project addresses the pressing need for mental health support, particularly among young adults facing the challenges of the 21st century.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 55.7%
  • HTML 25.7%
  • CSS 14.1%
  • JavaScript 3.9%
  • Other 0.6%