
A visual chatbot using a the GPT2 Model i created with Python
Visit Live Example »
Report Bug
·
Request Feature
Table of Contents
This is a visual chat for the gpt2 Model i built and trained on movie scripts with python3.
- Retrain model on more scripts.
- Create new training method for conversational references
To get a local copy up and running follow these simple example steps.
Software needed for this application to work
- NodeJS
-
- Windows:
-
- Linux:
-
-
sudo apt install nodejs
-
- Clone the repo
git clone https://github.com/bradheff/React_AI_ChatBot.git
cd React_AI_ChatBot
npm install
npm start
- http://localhost:3000
Nothing to show as of yet.
For more examples, please refer to the Documentation
- Show bot is typing indicator
- add smiley feature
- Support attachments
- Gifs
- Memes
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the GPL-3.0 License. See LICENSE
for more information.
Your Name - @bradheffernan - brad.heffernan83@outlook.com
Project Link: https://github.com/bradheff/React_AI_ChatBot