MindMate — AI Mental Health Companion | Django + Groq LLaMA Final Year Project with Source Code
Back to Projectcd "Mental Health Companion Chatbot"
python -m venv venv
On macOS or Linux:
source venv/bin/activate
On Windows:
venv\Scripts\activate
pip install -r requirements.txt
cp .env.example .env
Open the .env file and set the following values:
To generate a Django secret key, run:
python -c "from django.core.management.utils import get_random_secret_key; print(get_random_secret_key())"
python manage.py migrate
This is only needed if you want access to the admin panel.
python manage.py createsuperuser
python manage.py runserver
Open http://127.0.0.1:8000 in your browser to start using MindMate.
MindMate is an AI companion for emotional support and self-reflection. It is not a substitute for professional mental health care. Crisis helplines stay accessible from the navigation bar at all times.
Our team is here to assist you with installation and setup.