Table of Contents
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!
-
Node.js and npm
Download from nodejs.org. -
Python and pip
Download from python.org.
git clone https://github.com/SookX/Menty
cd Menty# 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# 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 runserverDistributed under the MIT License. See LICENSE.txt for more information.

