Skip to content

Online chatbot deployed on Heroku, made with Flask and Huggingface

Notifications You must be signed in to change notification settings

bryanlusse/Chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📑 Menu

📜 Overview

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!

🎑 Screenshot

Logo

💻 URL

http://chatbot1-app.herokuapp.com/

❗ Requirements

📂 Folder Structure

.
├── 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

😺 Author

Made with  ❤️