AI ML Chatbot Task
AI ML Chatbot Task
(Chatbot Development)
Example:
- User: Who is Doraemon?
Bot: Doraemon is a Japanese Anime.
- User: Who is Shizuka?
Bot: Shizuka is a character in an Anime named Doraemon. She is the best
friend of Nobita.
2. Optional: Create a GUI for Chatting: If time permits, you can create a
graphical user interface (GUI) for interacting with the chatbot. This makes the
chatbot more user-friendly, as users can type their questions into a textbox
and receive responses in a chat-like interface.
3. Write a Readme.md File: Write a readme file to explain your code. Include
details on how to run the chatbot, any dependencies, and how it works.
Additionally, describe any further developments you could make to enhance
the chatbot.
4. Avoid Pre-trained Models or Libraries: Ensure that you do not use pre-
built libraries or APIs like OpenAI API or Chatterbot Library. The purpose is to
develop the chatbot from scratch using your own rules and logic.