PublicAlpha / README.md
GabrielSalem's picture
Update README.md
eef260a verified
|
raw
history blame
1.33 kB
metadata
title: PublicAlpha
emoji: πŸ“ˆ
colorFrom: green
colorTo: gray
sdk: gradio
sdk_version: 6.0.1
app_file: app.py
pinned: true
license: mit
short_description: Public Alpha AI -- best stocks for today -- ;)   Best stock
thumbnail: >-
  /static-proxy?url=https%3A%2F%2Fcdn-uploads.huggingface.co%2Fproduction%2Fuploads%2F6702e08900dc08cbf236e76e%2Fl4rVeXUEYvLgYZfciN7kd.png%3C%2Fspan%3E

Live demo

This repo is designed for Hugging Face Spaces (Gradio). For a live demo, deploy this repo as a Gradio Space and set the required secrets (see below).


Repo contents

  • app.py β€” single-file Gradio app (UI + pipeline).
  • requirements.txt β€” pinned dependencies.
  • README.md β€” (this file).
  • assets/ β€” place your logo, cover, demo GIF, screenshots here.
  • example_prompts.txt β€” suggested prompts.

Quickstart (local)

# 1. Create virtualenv
python -m venv venv
source venv/bin/activate   # Windows: venv\Scripts\activate

# 2. Install deps
pip install -r requirements.txt

# 3. Set secrets (example)
export OPENAI_API_KEY="sk-xxx"
export OPENAI_BASE_URL="https://openrouter.ai/api/v1"   # optional
export SCRAPER_API_URL="https://your-scraper.example/api"  # optional override

# 4. Run
python app.py
# Open http://127.0.0.1:7860

---

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference