A ChatBot framework to make customizable all purpose Chatbots using NLP, Tensorflow, Speech Recognition
- RAM > 4GB (For training the model)
- Storage Space > 200MB
- GPU RAM >=4 GB (optional)
- Python >= 3.5
(a). Install using pip
(b). Clone the repository (dev testing)
- An Empty folder
- A virtual environment (using normal python or conda python)
- Step 1: Either Using
virtualenv
(strictly for non-conda users, optional for conda users) - Step 2: Or Using conda (for conda users only)
pip install virtualenv==20.0.14
virtualenv .
.\Scripts\activate
conda create -n TChatBot
conda activate TChatBot
pip install TChatBot
tchatbot -chat
tchatbot -train
tchatbot -create
tchatbot -classes
tchatbot --config
tchatbot -v
tchatbot -h
git clone https://github.com/deepraj1729/TChatBot.git
git clone git@github.com:deepraj1729/TChatBot.git
cd TChatBot
pip install -r requirements.txt
python main.py -chat
python main.py -train
python main.py -create
python main.py -classes
python main.py --config
python main.py -v
python main.py -h