Skip to content

πŸ’Œ Aoba is a 2D AI assistant who can accompany you when you're lonely

Notifications You must be signed in to change notification settings

reynaldomarchell/chat-aoba

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

43 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Chat Aoba πŸ’Œ

Preview

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.

Tools that used in this app

  • React JS
  • Express JS
  • Vite
  • Tailwind CSS
  • daisyUI

Installation

  1. Clone this repository
  git clone https://github.com/reynaldomarchell/chat-aoba.git
  1. Go to the project directory and open VS Code
  cd chat-aoba
  code .
  1. On server directory, change .env.example to .env, then fill in your API key
  # Input your Google Gemini API key here
  GEMINI_API_KEY =
  1. Open new terminal on server directory, install the dependencies and run the server
  npm i
  npm run server
  1. Open new terminal on client directory, install the dependencies and run the app
  npm i
  npm run dev
  1. App will run on http://localhost:5173/

About

πŸ’Œ Aoba is a 2D AI assistant who can accompany you when you're lonely

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published