Welcome to CureMind - Taking a deep breath for mental clarity.
CureMind is a simple desktop application developed in Python using the Tkinter library. It aims to provide mental health support by generating personalized suggestions and inspirational quotes based on the user's input.
- Personalized Suggestions: Users can input their name, age, gender, sexuality, and share their problems to receive personalized suggestions.
- Inspirational Quotes: Additionally, users can request an inspiring quote tailored to their situation.
Make sure you have the following installed before running the application:
- Python 3
- Required Python packages (tkinter, markdown2, tkhtmlview, google.generativeai)
pip install <package_name>
- Gemini Pro API key from the Gemini AI Studio
-
Create a Virtual Environment
$ pip install virtualenv $ virtualenv CureMind
-
Activate environment
$ cd CureMind $ Scripts\activate
-
Install the Python SDK:
$ pip install -q -U google-generativeai
-
Import packages
import google.generativeai as genai
-
Setup your API key
GOOGLE_API_KEY='GOOGLE_API_KEY' genai.configure(api_key=GOOGLE_API_KEY)
- Fill in your details (Name, Age, Gender, Sexuality, and Problem) in the provided fields.
- Click the "Done" button to generate personalized suggestions and an inspirational quote.
- Explore the suggestions and quote provided.
If you'd like to contribute to CureMind, please fork the repository and create a pull request with your changes. We welcome contributions!
Feel free to reach out if you have any questions or feedback!