Gamini is an Angular web application that integrates with Google's Generative AI for building intelligent applications.
Clone the repository and install dependencies with npm:
git clone https://github.com/KaveeshaG/gamini.git
cd gamini
npm install
First, add your AI Studio API key in the gemini.service file:
this.genAI = new GoogleGenerativeAI('<paste API key here>');
Then start the development server:
ng serve
Your application will be running at http://localhost:4200
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
For adding new features:
- Fork the repository
- Create your feature branch
- Submit a pull request
- Node.js (version 18.3 or higher)
- npm (comes with Node.js)
- Angular CLI