Skip to content

Latest commit

 

History

154 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors MIT License


Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

There are many mental health apps available, but none of them quite fit the level of personalized care and insights that users truly need. That's why Menty.AI was created—to offer an enhanced, AI-driven solution for mental wellness that feels tailored to each individual.

Here's why:

  • Your mental health is unique, and the support you receive should be too. Menty.AI focuses on providing personalized mental wellness recommendations, and self-care strategies.
  • You shouldn't have to search for tools or techniques to take care of your mental health. Menty.AI automates this process, making it simple and seamless for you to focus on what matters most—your well-being.
  • Leveraging the power of AI, Menty.AI offers insights based on your emotional patterns, helping you develop a deeper understanding of your mental health while suggesting actionable steps for improvement 😌

Of course, no one solution works for everyone. That's why Menty.AI continues to evolve. We're open to feedback and ideas from users like you, helping us make this assistant even more helpful. Feel free to suggest changes by contributing to this project or submitting feedback. Thanks to everyone who has supported the development of Menty.AI so far!

(back to top)

Built With

  • React
  • less
  • Django
  • Tensorflow

(back to top)

Getting Started

Prerequisites

Installation

1. Clone the repo

  git clone https://github.com/SookX/Menty
  cd Menty

2. Setup React

# Navigate to client directory

cd client
# Install NPM packages

npm install
# Create and configure .env file

VITE_GOOGLE_OAUTH2= ""
# Start the Vite development server

npm run dev

3. Setup the Django backend

# Navigate to the server directory

cd ../server
# Install required packages

pip install -r requirements.txt
 # Create and configure the .env file with the following content

 DJANGO_SECRET_KEY=
 DJANGO_DEBUG= 
 DJANGO_ALLOWED_HOSTS=
 DB_NAME=
 DB_USER=
 DB_PASSWORD=
 DB_HOST=
 DB_PORT=
 GROQ_API_KEY=
 GOOGLE_OAUTH2=
 # Run the Django development server

 python manage.py runserver

(back to top)

Usage

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Deep Learning

(back to top)

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages