Thrive is an innovative AI Therapist platform designed to provide accessible and personalized mental health support. Leveraging advanced AI technologies and cloud services, Thrive enables users to engage in therapeutic conversations via voice messages or text inputs, receiving tailored audio and text responses. Additionally, Thrive offers a feature to locate nearby therapists, ensuring users have access to professional support when needed.
- Engage in therapeutic conversations via voice messages or text inputs
- Receive personalized audio and text responses from the AI Therapist
- Locate nearby therapists for additional support
- Empower individuals to prioritize mental wellness and seek support anytime, anywhere
- Clone this repository to your local machine.
- Install the necessary dependencies by running
pip install -r requirements.txt. - Obtain API keys for OpenAI and Google Cloud Platform Text-to-Speech API.
- Update the
constants.pyfile with your API keys. - Run the application using Python:
python app.py. - Access the Thrive platform through the provided interface.
- OpenAI GPT-3.5 for natural language processing
- Google Cloud Platform Text-to-Speech API for audio processing
- Python for backend development
- Gradio for building the user interface
- Pandas for data manipulation
@MatteoGuidii @abhijnam