A successor deep learning chatbot model of the Legacy Celestial project.
Invite our bot here.
- Python 3.9 or higher installed on your system.
- Git installed on your system for version control.
- A machine with a GPU or TPU is recommended to speed up the training process.
- Clone this repository
git clone https://github.com/StrixzIV/Celestial-DL.git
- Download the chatbot model from the releases and save it in the model folder within the cloned repository.
- Extract the ZIP file containing the chatbot model into the model folder.
- Install the required dependencies by running:
pip install -r requirements.txt
If you're interested in contributing to this project, we'd love to have your help!
Here are some areas where you can contribute:
- Adding bot's training sentence (Please refer to intents documentation.)
- Adding bot's response (Please refer to intents documentation.)
- Improving runtime performance
- Enhancing the neural network architecture
- Fixing prediction errors
You can also suggest new features or improvements by creating a request issue.