A custom chatbot trained on my personal texting history to mimic my texting style using a fine-tuned GPT-2 model.
Live Demo: Hugging Face Space
Model Repository: Hugging Face Model
- Trained on my personal text history using GPT-2
- Fine-tuning handled in Google Colab
- Deployed via Gradio + Hugging Face Spaces
git clone https://github.com/PeterMcMaster/Mymic-Chat.git
cd Mymic-Chat
pip install -r requirements.txt
python app.py