Image credit: Chatbot vector created by vectorjuice - www.freepik.com
Overview • Screenshot • URL • Blogpost
This web app serves as an interface to chat with a chatbot. It is possible to have a conversation with the chatbot about almost any topic imagineable. Just type in your question or topic, hit enter, and see what the chatbot has to say about it. The conversation can be reset with the button on the bottom of the screen. For more information, see the accompanying blogpost on Medium. Enjoy!
http://chatbot1-app.herokuapp.com/
.
├── main.py # Project source code
├── Procfile
├── requirements.txt
├── wsgi.py
├── Templates # Folder with HTML templates
│ └── chat.html
├── Static
│ ├── CSS # Folder with CSS
│ │ └── main.css
│ ├── JS # Folder with JS
│ │ └── main.js
├── Assets # Images for the README
│ ├── logo.jpg
│ └── screenshot.png
└── README.md
Made with ❤️