├── CHHATER_BOT.pem ├── LICENSE ├── README.md ├── app.py ├── db.sqlite3 ├── get-pip.py ├── requirements.txt ├── static └── style.css └── templates └── index.html /CHHATER_BOT.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yaswanthpalaghat/Chatbot-using-machine-learning-and-flask/HEAD/CHHATER_BOT.pem -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yaswanthpalaghat/Chatbot-using-machine-learning-and-flask/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yaswanthpalaghat/Chatbot-using-machine-learning-and-flask/HEAD/README.md -------------------------------------------------------------------------------- /app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yaswanthpalaghat/Chatbot-using-machine-learning-and-flask/HEAD/app.py -------------------------------------------------------------------------------- /db.sqlite3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yaswanthpalaghat/Chatbot-using-machine-learning-and-flask/HEAD/db.sqlite3 -------------------------------------------------------------------------------- /get-pip.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yaswanthpalaghat/Chatbot-using-machine-learning-and-flask/HEAD/get-pip.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yaswanthpalaghat/Chatbot-using-machine-learning-and-flask/HEAD/requirements.txt -------------------------------------------------------------------------------- /static/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yaswanthpalaghat/Chatbot-using-machine-learning-and-flask/HEAD/static/style.css -------------------------------------------------------------------------------- /templates/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yaswanthpalaghat/Chatbot-using-machine-learning-and-flask/HEAD/templates/index.html --------------------------------------------------------------------------------