A learning useful application that combines both frontend and backend components . Follow the steps below to set up and run Gemini AI on your local machine.
After cloning the repository, navigate to the project directory and install the required dependencies using the following command:
npm i
Open a new terminal and run the following command to start the frontend of Gemini AI:
cd frontend
npm run dev
Open two new terminals and run the following command to start the backend of Gemini AI:
cd backend
nodemon index.js
cd backend2
nodemon index.js
Backend is for the Gemini text response and Backend2 is for the Gemini image response which comes after uploading of an image.
Contributions are always welcome!
See contributing.md
for ways to get started.
Please adhere to this project's code of conduct
.