This project aims to create a AIChatbot built on flutter that answers any queries related to education. It provides resources and answers to any learning related query.
Sebin Thomas (https://github.com/Abyssalwolf)
https://drive.google.com/file/d/1K1vmIhXXNo2LKK7imLFvTN0-q0ZNtK8H/view?usp=sharing
The flutter app was creater using a public package on flutter pub.dev called flutter_chat_ui. The message entered by the user is converted into a POST request with the constraints of an educational bot and the response is converted to a message and displayed.
- Download the repo
- Install the required dependancies in flutter
- Run the main.dart file
