An AI chatbox that aggregates multiple AI mnodels, on a single application for users to use from a single Application
This application was implemented using basic web frameworks such as Node, HTML, CSS and Javascript. The idea was to implement some fundamental functionality, accessible out of the box in modern frameworks, such as state management, reactive updates, and rendering of DOM nodes. Although impractical for more complex applications, the implementation of concept solutions to fundamental challenges experienced when working without a framework proved to be an interesting exercise.
To run this application:
- clone the repository using:
git clone https://github.com/olawalethefirst/chat2Me.git - run
npm installin your terminal to install packages - use the
npm run startcommand to initialize application - navigate to localhost: to use the application.