CoolFace
Apppublic

arcalab/prototyping

sourceHugging Faceupdated 7mo agoView on Hugging Face
0likes
App README

Streamlit HF Space for planning AI MVP prototypes end-to-end.

What it does

  • Captures concept, capability, target users, budget, and timeline
  • Generates architecture, model tradeoffs, data pipeline, build timeline, and cost estimate
  • Uses Gemini when GEMINI_API_KEY is available and falls back to deterministic templates
  • Includes rate limiting and a sample concept dataset loader

Local run

bash
pip install -r requirements.txt
streamlit run app.py --server.port 7860

Optional Gemini setup:

bash
export GEMINI_API_KEY="your_key_here"