Welcome to Mindset, an AI-driven mental health platform that is revolutionizing mental well-being. This project incorporates cutting-edge technologies such as Flask, SQL, OpenCV, HTML, CSS, and JavaScript to provide users with a unique and immersive mental health experience.
-
VR Psychiatrist Meetings: Engage in virtual reality meetings with AI-driven psychiatrists for personalized therapy sessions.
-
AR Yoga Teachers: Practice yoga with augmented reality (AR) teachers, offering real-time feedback on your poses for an enhanced yoga experience.
-
AI-Based Yoga Pose Detection: Utilizing OpenCV, the platform employs AI algorithms to detect and analyze yoga poses, providing users with valuable insights and improvements.
-
Anonymous Community: Connect with others in an anonymous community to share and discuss feelings, fostering a supportive environment for users.
The project is organized into the following directories:
- .idea: Configuration files for the IDE.
- pycache: Compiled Python files.
- images: Repository for image assets.
- website: Core files for the website.
- detection.py: Python script for yoga pose detection using OpenCV.
- main.py: Main Flask application file.
- requirements.txt: List of project dependencies.
- speech.py: Python script for speech-related functionalities.
- suryanamaskaar.py: Python script for a specific yoga routine.
- tempCodeRunnerFile.py: Temporary code runner file.
- userinfo.db: SQLite database file for user information.
-
Clone the repository:
git clone https://github.com/Tanmaycode1/Mindset-Mental-Health-Platform.git
-
Navigate to the project directory:
cd Mindset-Mental-Health-Platform -
Install the required dependencies:
pip install -r requirements.txt
-
Run the application:
python main.py
The platform will be accessible at
http://localhost:5000/in your web browser.
- Backend: Flask (Python)
- Database: SQLite
- Computer Vision: OpenCV
- Frontend: HTML, CSS, JavaScript