#240 · Primary category: AI Chatbots

Me_Bot

bot chatbot chatbots-framework natural-language-processing tensorflow whatsapp

Build a bot that speaks like you!

Project last updated:10/01/20

GitHub Stars

687

Forks

68

Contributors

6

License

Other

Why we included this project

Most chatbots are built to sound like a helpful assistant, but this one trains on your own WhatsApp messages, so it picks up your phrasing and habits instead. You export a chat, run a cleanup script, and work through a couple of Jupyter notebooks to train a small sequence model on your side of the conversation. The whole thing runs locally without a server or a large model, which makes it a good weekend project for anyone curious about how personal chatbots are made. It is not production software, but as a learning tool it shows the full pipeline from raw chat export to a bot that talks back in your voice. WeChat users get a similar path through a SQLite export, though only English is supported so far.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category