Skip to content

cheesecake100201/Chatbot-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Chatbot-project: This chatbot project is a basic project which has a sign up and a login page. Login is done using django authentication. For authentication purposes, the information of the user is stored in sqlite3 database. And the database created is stored in mongodb. The responses of bot in this chatbot are not on a trained method. Some responses are hardcoded and they are randomly assigned to a query using random module in python. We can use the openAI module as well. Later this chatbot app has been dockerized. In settings.py, there is a variable created as OPENAI_API_KEY. Go to the openAI website and create your own api key and paste it in its place before running the docker-compose file. Also the API key here is a free one so a lot of the functionalities are blocked because of the same reason.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published