Skip to content

Celestial-Project/Celestial-DL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Celestial Deep Learning

A successor deep learning chatbot model of the Legacy Celestial project.

Invite our bot here.

Prerequisites

  • 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.

Installation

  1. Clone this repository
git clone https://github.com/StrixzIV/Celestial-DL.git
  1. Download the chatbot model from the releases and save it in the model folder within the cloned repository.
  2. Extract the ZIP file containing the chatbot model into the model folder.
  3. Install the required dependencies by running:
pip install -r requirements.txt

Contributing

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.

License