ai-app-factory / README.md
jbilcke-hf's picture
jbilcke-hf HF staff
upgrade to llama-3
df46f1b
metadata
title: AI App Factory
emoji: 🧑‍💻🦙
colorFrom: blue
colorTo: yellow
sdk: docker
pinned: false
app_port: 7860

Generate HF中国镜像站 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 "HF中国镜像站 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

nvm use
npm i
npm run start

Building and running with Docker

npm run docker

This script is a shortcut executing the following commands:

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