File size: 793 Bytes
9c9e5d3
8f6e50c
9c9e5d3
 
 
 
 
 
 
 
df46f1b
8f6e50c
 
 
9c9e5d3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b93a813
9c9e5d3
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
title: AI App Factory
emoji: πŸ§‘β€πŸ’»πŸ¦™
colorFrom: blue
colorTo: yellow
sdk: docker
pinned: false
app_port: 7860
---

Generate Hugging Face Spaces using meta-llama/Meta-Llama-3-70B-Instruct

The apps may not always work and usually human work is necessary to finish them.
See this project as "Hugging Face Space templates on steroids".

# Examples

## Local prompt examples

```
http://localhost:7860/?prompt=A%20simple%20page%20to%20compute%20the%20BMI%20(use%20SI%20units)
```

# Installation
## Building and run without Docker

```bash
nvm use
npm i
npm run start
```

## Building and running with Docker

```bash
npm run docker
```

This script is a shortcut executing the following commands:

```bash
docker build -t space-factory .
docker run -it -p 7860:7860 space-factory
```