Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
<h1 align="center">InstantCoder</h1>
|
2 |
<p align="center">
|
3 |
Generate small apps with one prompt. Powered by the Gemini API.
|
@@ -8,7 +20,6 @@ Try it in https://huggingface.co/spaces/osanseviero/InstantCoder
|
|
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
|
@@ -16,9 +27,8 @@ This project is fully based on [llamacoder](https://github.com/Nutlope/llamacode
|
|
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**
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
title: Prompta
|
4 |
+
sdk: docker
|
5 |
+
emoji: 🚀
|
6 |
+
colorFrom: purple
|
7 |
+
colorTo: blue
|
8 |
+
short_description: 'Transform your ideas into complete websites instantly. '
|
9 |
+
---
|
10 |
+
|
11 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
12 |
+
|
13 |
<h1 align="center">InstantCoder</h1>
|
14 |
<p align="center">
|
15 |
Generate small apps with one prompt. Powered by the Gemini API.
|
|
|
20 |
This project is fully based on [llamacoder](https://github.com/Nutlope/llamacoder). Please follow [Nutlope](https://github.com/Nutlope) and give them a star.
|
21 |
|
22 |
## Tech stack
|
|
|
23 |
- [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
|
24 |
- [Sandpack](https://sandpack.codesandbox.io/) for the code sandbox
|
25 |
- Next.js app router with Tailwind
|
|
|
27 |
You can also experiment with Gemini in [Google AI Studio](https://aistudio.google.com/).
|
28 |
|
29 |
## Cloning & running
|
|
|
30 |
1. Clone the repo: `git clone https://github.com/osanseviero/GemCoder`
|
31 |
2. Create a `.env` file and add your [Google AI Studio API key](https://aistudio.google.com/app/apikey): `GOOGLE_AI_API_KEY=`
|
32 |
3. Run `npm install` and `npm run dev` to install dependencies and run locally
|
33 |
|
34 |
+
**This is a personal project and not a Google official project**
|