https://github.com/kaveeshag/gamini
Gemini based AI prompter
https://github.com/kaveeshag/gamini
Last synced: about 1 month ago
JSON representation
Gemini based AI prompter
- Host: GitHub
- URL: https://github.com/kaveeshag/gamini
- Owner: KaveeshaG
- License: mit
- Created: 2024-12-04T19:59:16.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-12-07T18:56:40.000Z (6 months ago)
- Last Synced: 2025-03-31T09:11:59.839Z (3 months ago)
- Language: TypeScript
- Size: 838 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gamini
Gamini is an Angular web application that integrates with Google's Generative AI for building intelligent applications.## Installation
Clone the repository and install dependencies with npm:```bash
git clone https://github.com/KaveeshaG/gamini.git
cd gamini
npm install
```## Usage
First, add your AI Studio API key in the gemini.service file:
```typescript
this.genAI = new GoogleGenerativeAI('');
```Then start the development server:
```bash
ng serve
```Your application will be running at `http://localhost:4200`
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.For adding new features:
1. Fork the repository
2. Create your feature branch
3. Submit a pull request## Prerequisites
- Node.js (version 18.3 or higher)
- npm (comes with Node.js)
- Angular CLI