Spaces:
Running
Running
osanseviero
commited on
Commit
•
15e4694
1
Parent(s):
63c7991
Update README.md
Browse files
README.md
CHANGED
@@ -1,26 +1,10 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|