https://github.com/upes-open/open-chat-bot
This is a chatbot to be featured on OPEN’s website which will let the visitors know about the community’s vision, purpose and much more.. Also the bot will let them navigate through the pages in OPEN’s website.
https://github.com/upes-open/open-chat-bot
css fastapi html5 javascript python
Last synced: about 1 year ago
JSON representation
This is a chatbot to be featured on OPEN’s website which will let the visitors know about the community’s vision, purpose and much more.. Also the bot will let them navigate through the pages in OPEN’s website.
- Host: GitHub
- URL: https://github.com/upes-open/open-chat-bot
- Owner: upes-open
- Created: 2022-02-15T14:13:02.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-30T17:33:40.000Z (about 4 years ago)
- Last Synced: 2023-03-04T01:08:07.077Z (over 3 years ago)
- Topics: css, fastapi, html5, javascript, python
- Language: CSS
- Homepage:
- Size: 23.4 KB
- Stars: 3
- Watchers: 0
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Open-Chat-Bot
The chatbot will be featured on [OPEN-Community's website](https://upes-open.org/), where it will provide visitors the necessary information about the OPEN-Community, its mission, and purpose. It would respond to the visitor's questions, help them navigate through the website, inform them about the upcoming events and registration, and would give a short description of each project. It would have set answers to predefined questions and would be able to answer it even if the questions asked slightly resembles the predefined questions.
## Tech Stack
- [FastAPI](https://fastapi.tiangolo.com/)
## Intents
- Hi
- Tell me about OPEN community.
- What is open source?
- Tell me about projects.
- How can I contribute to OPEN SOURCE?
- How can I register/join?
- Events
- Contact
- Team
- GitHub
## To do
- [ ] create project
- [ ] create intents
- [ ] create main
- [ ] create api
- [ ] create frontend
- [ ] host api
- [ ] connect frontend and api
- [ ] Add a License