osanseviero commited on
Commit
15e4694
1 Parent(s): 63c7991

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -26
README.md CHANGED
@@ -1,26 +1,10 @@
1
- <a href="https://www.geminicoder.io">
2
- <img alt="Gemini Coder" src="./public/logo.svg">
3
- <h1 align="center">Gemini Coder</h1>
4
- </a>
5
-
6
- <p align="center">
7
- Generate small apps with one prompt. Powered by the Gemini API.
8
- </p>
9
-
10
- This project is fully based on [llamacoder](https://github.com/Nutlope/llamacoder). Please follow [Nutlope](https://github.com/Nutlope) and give them a star..
11
-
12
- ## Tech stack
13
-
14
- - [Gemini API](https://ai.google.dev/gemini-api/docs) to use Gemini 1.5 Pro, Gemini 1.5 Flash, and Gemini 2.0 Flash Experimental
15
- - [Sandpack](https://sandpack.codesandbox.io/) for the code sandbox
16
- - Next.js app router with Tailwind
17
-
18
- You can also experiment with Gemini in [Google AI Studio](https://aistudio.google.com/).
19
-
20
- ## Cloning & running
21
-
22
- 1. Clone the repo: `git clone https://github.com/osanseviero/geminicoder`
23
- 2. Create a `.env` file and add your [Google AI Studio API key](https://aistudio.google.com/app/apikey): `GOOGLE_AI_API_KEY=`
24
- 3. Run `npm install` and `npm run dev` to install dependencies and run locally
25
-
26
- **This is a personal project and not a Google official project**
 
1
+ ---
2
+ title: Gemini Coder
3
+ emoji: 🦀
4
+ colorFrom: yellow
5
+ colorTo: green
6
+ sdk: docker
7
+ pinned: false
8
+ ---
9
+
10
+ Check