Skip to content

A minimalistic chatbot based on NLP-Transformers

Notifications You must be signed in to change notification settings

Gizmoscope/chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A minimalistic Chatbot

Requirements Installation

pip install -r .\requirements.txt

Commands

# Train a bot
python run.py train-chatbot --train_data_path <path/to/train_data.json> --bot_path <path/to/saved_bot>

# Run a bot
python run.py run-chatbot --bot_path <path/to/saved_bot>

# Evaluate a bot
python run.py evaluate-chatbot --bot_path <path/to/saved_bot> --test_data_path <path/to/test_data.json>

About

A minimalistic chatbot based on NLP-Transformers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages