https://github.com/murphyadam/langandcode
This repository is for all the codes and projects I have created or worked on either on my webapp https://languageandcodex.herokuapp.com/ or else.
https://github.com/murphyadam/langandcode
Last synced: 3 months ago
JSON representation
This repository is for all the codes and projects I have created or worked on either on my webapp https://languageandcodex.herokuapp.com/ or else.
- Host: GitHub
- URL: https://github.com/murphyadam/langandcode
- Owner: MurphyAdam
- License: apache-2.0
- Created: 2020-01-30T20:14:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-16T16:42:34.000Z (over 6 years ago)
- Last Synced: 2025-07-13T08:56:47.231Z (12 months ago)
- Language: Python
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# langandcode
This repository is for all the codes and projects I have created or worked on either on my webapp https://languageandcodex.herokuapp.com/ or else.
# chatbot directory:
contains the source code of a tutorial I made on how to train a Chatterbot on your Massanger chat. Chatterbot is accessible through a terminal.
I have implemented the Chatterbot into a Flask app and deployed it to https://flask-chatbotx.herokuapp.com/. Please check my other repository [https://github.com/MurphyAdam/Flask-chatbot](https://github.com/MurphyAdam/Flask-chatbot)
If you like to learn about the tutorial on how to train a Chatterbot on your Massanger chat, please refer to https://languageandcodex.herokuapp.com/articles/33/show. If you'd like to check out the tutorial on this app, please refer to https://languageandcodex.herokuapp.com/articles/34/show
Any contributions are always welcome.