metadata
title: Lead Hunter AI
emoji: π―
colorFrom: blue
colorTo: indigo
sdk: docker
app_port: 7860
pinned: false
Lead Hunter AI Dashboard
A powerful, futuristic Lead Generation Engine built with FastAPI and React.
π Deployment Instructions for Hugging Face Spaces
- Create a New Space on Hugging Face.
- Select Docker as the SDK.
- Choose the Blank template (or any Docker template).
- Upload all files from this repository (including
Dockerfile,app.py,frontend/,tools/, andrequirements.txt). - Hugging Face will automatically build and start the Space on port 7860.
π Project Structure
app.py: FastAPI Backend (API + Static File Server)frontend/: React + Vite + GSAP Dashboardtools/: Playwright Scraper and Enrichment AgentsDockerfile: Multi-stage build for Node/Python/Playwright environment
π‘οΈ Robustness Features
- Pre-configured Playwright dependencies.
- Static file serving integrated into the backend.
- Relative API paths for cross-domain stability.