A supportive AI chatbot designed to help individuals in recovery by offering encouragement, guidance, and resources. Built using Hugging Face's Transformers and fine-tuned on recovery-related conversations.
- 🤖 AI-powered conversations for recovery support
- 📚 Trained with BlenderBot 400M for natural responses
- 🎯 Fine-tuned on custom recovery data
- ⚡ Uses PyTorch & Hugging Face Transformers
- 🔗 Open for community contributions
git clone https://github.com/nolunchbreaks/chatbot.git
cd chatbotpython -m venv venv
source venv/bin/activate # Mac/Linux
venv\Scripts\activate # Windowspip install -r requirements.txtpython chatbot.pyAdd recovery conversations to recovery_data.txt
python tune_bot.pypython save_model.pyWe welcome contributions! To get started:
git checkout -b feature-branchgit commit -m "Added a new feature"git push origin feature-branchThis project is open-source under the MIT License.
💙 "Recovery is a journey, not a destination."