TheraBot-AI is an AI-powered therapy chatbot that provides support and guidance to individuals dealing with mental health issues. This project aims to create a safe and accessible platform for people to seek help and find solace in their journey towards mental well-being.
To get started with TheraBot-AI, follow these steps:
-
Clone the repository:
git clone https://github.com/your-username/TheraBot-AI.git
-
Navigate to the project directory:
cd TheraBot-AI
-
Install the dependencies:
npm install # or yarn install
-
Start the development server:
npm run dev # or yarn dev
-
Include your OpenAI API key inside a
.env.local
file inside the root of you directory:OPENAI_API_KEY=xxxxxxxxx
-
Open http://localhost:3000 in your browser to access TheraBot-AI.
Once the development server is running, you can start using TheraBot-AI by following the on-screen instructions. The chatbot will provide a conversational interface where you can express your thoughts and feelings, and it will offer support and guidance based on AI algorithms.
We welcome contributions to enhance TheraBot-AI and make it more effective in helping individuals with mental health issues. If you would like to contribute, please follow these steps:
-
Fork the repository on GitHub.
-
Create a new branch for your feature or bug fix.
-
Make the necessary changes and commit them.
-
Push your changes to your forked repository.
-
Submit a pull request to the main repository.
TheraBot-AI is licensed under the MIT License.