Aoba is a 2D AI assistant powered by the powerful large language model Gemini. You can send messages to Aoba, and she will send back a reply.
Shoutout to Gemini for the free LLM and live2d for the Live2D display + model. Anything else is from the internet, and I do not claim any assets here, credits are to the rightful owner.
- React JS
- Express JS
- Vite
- Tailwind CSS
- daisyUI
- Clone this repository
git clone https://github.com/reynaldomarchell/chat-aoba.git
- Go to the project directory and open VS Code
cd chat-aoba
code .
- On server directory, change
.env.example
to.env
, then fill in your API key
# Input your Google Gemini API key here
GEMINI_API_KEY =
- Open new terminal on server directory, install the dependencies and run the server
npm i
npm run server
- Open new terminal on client directory, install the dependencies and run the app
npm i
npm run dev
- App will run on http://localhost:5173/