Skip to content

favorodera/brainiac

Repository files navigation

What is Brainiac?

Brainiac is an AI chat app powered by Google's Gemini AI. It is designed to help you in your everyday life. It can be used for tasks such as:

  • Writing Emails or Articles
  • Helping with coding or programming tasks or issues
  • History narrating
  • Movie script writing
  • Story-telling among others

How to use Brainiac?

  • To use Brainiac you have to be a user by registering and or signing up with your email and password or google account
  • After verification and logging in you have brainiac to help you with your daily tasks

Technology used

Open Source?

Yes Brainiac is open source

Getting Started (Locally)

To get brainiac running locally

  1. Clone the repository by running
git clone https://github.com/favorodera/brainiac.git
  1. Install the dependencies by running
npm install
  1. Run the server by running
npm run dev