Illia-the-coder / space-factory-pro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

title emoji colorFrom colorTo sdk pinned app_port license
Space Factory Pro
🏭🦙
purple
indigo
docker
false
7860
llama2

Generate Hugging Face Spaces using CodeLlama 34b

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

About

License:Apache License 2.0


Languages

Language:TypeScript 63.8%Language:HTML 22.9%Language:JavaScript 11.7%Language:Dockerfile 1.6%