Chatbot that simulates a conversation with any famous person. Dead or Alive.
Fueled by GPT-NEO via the Huggingface API
- Send /person NAME to start a conversation with NAME
- That's it.
You can change your current conversation partner by sending /person ANOTHER NAME
- ctl + c stops the telegram bot.
- Create a Telegram Bot for a TOKEN
- Get a HUGGINGFACE API Token (freemium version available!)
- Create a telegram_creds.json with those keys:
{
"Token" : "YOUR BOT TOKEN",
"HUGGINGFACE_API" : "YOUR HUGGINGFACE API TOKEN",
"DEVELOPER_CHAT_ID" : YOUR_CHAT_ID
}
python3 -m venv env
pip install -r requirements
python telegram_artist_ai.py
Now the bot is up and running