avirajdongare / BooleanAutocrats

Hacktoberfest 2022 contribution repository!✨ Add your valuable contributions to open source python scripts and much more, tools and projects.
MIT License
6 stars 29 forks source link

Deploy an AI Chatbot using html, css and python using chatterbot library #67

Closed avirajdongare closed 1 year ago

avirajdongare commented 1 year ago

A Chatbot is a computer program which is programmed to interact with a human. A chatbot is designed to reply to a human user based on their queries and conversations. If you think chatbots are a new technology, you’re wrong. In python, we have Flask, which is useful in the tasks of web development of any program; you can use the same method to deploy a chatbot.