Skip to content

GeorgeDittmar/DeepChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License

DeepChat

Chatbot framework using Huggingface transformers

This is meant to be a wrapper around huggingface, or potentially other frameworks and models to make chatbot development easier and fun to play around with.

Supported Models

Usage

TBD

Examples

How to start a simple chatbot in a few lines of code using one of the pretrained Huggingface models.

from deepchat import DeepChat

# create DeepChat object that uses small model and default settings
dc = DeepChat("dialogpt", device_type="cuda")

# begins the chatbot conversation
dc.run()

About

Chatbot framework using huggingface

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published