Sayedev commited on
Commit
4dbed8d
·
verified ·
1 Parent(s): 92bb061

Delete README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -24
README.md DELETED
@@ -1,24 +0,0 @@
1
- <h1 align="center">InstantCoder</h1>
2
- <p align="center">
3
- Generate small apps with one prompt. Powered by the Gemini API.
4
- </p>
5
-
6
- Try it in https://huggingface.co/spaces/osanseviero/InstantCoder
7
-
8
- This project is fully based on [llamacoder](https://github.com/Nutlope/llamacoder). Please follow [Nutlope](https://github.com/Nutlope) and give them a star.
9
-
10
- ## Tech stack
11
-
12
- - [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
13
- - [Sandpack](https://sandpack.codesandbox.io/) for the code sandbox
14
- - Next.js app router with Tailwind
15
-
16
- You can also experiment with Gemini in [Google AI Studio](https://aistudio.google.com/).
17
-
18
- ## Cloning & running
19
-
20
- 1. Clone the repo: `git clone https://github.com/osanseviero/GemCoder`
21
- 2. Create a `.env` file and add your [Google AI Studio API key](https://aistudio.google.com/app/apikey): `GOOGLE_AI_API_KEY=`
22
- 3. Run `npm install` and `npm run dev` to install dependencies and run locally
23
-
24
- **This is a personal project and not a Google official project**