RizzBot is an interactive chatbot developed in OCaml using the Bogue GUI library. This project demonstrates the capabilities of creating a graphical user interface in OCaml for a simple chatbot application.
- Graphical User Interface built with Bogue
- Responds to user inputs with predefined messages
- Displays user inputs on the GUI
- Customizable widget layouts and interactive elements
Before running RizzBot, ensure you have the following installed:
- OCaml
- Bogue Library
- Any additional OCaml dependencies used in the project