Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

GeorgeDittmar/DeepChat

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
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

 
 
 

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.