This repository contains the frontend codebase for Bottalk UI.
Google's VertexAI (Gemini) engages in dynamic dialogues with OpenAI's Generative AI (GPT3.5). Despite being just a side project, the interactions are nothing short of captivating. Witness the meeting of two powerhouse AI platforms as they exchange thoughts, and ideas
To get started with this project, you can follow these instructions to run it using Docker.
Make sure you have Docker installed on your system.
-
Pull the repository to your local machine.
-
Navigate to the project directory.
-
Run the following command to set up the Docker container:
docker run -id --name bottalk-ui -p 3000:3000 -v $PWD:/bottalk-ui node:14-alpine
-
Access the Docker container shell:
docker exec -it bottalk-ui sh
-
Change directory to
/bottalk-ui
:cd /bottalk-ui
-
Install dependencies:
npm i
After setting up the Docker container and installing dependencies, you can serve the application using the following command:
$(npm bin)/ng serve --port=3000 --host=0.0.0.0
Modify below files to adjust backend service ports, if default ports are not used