agenticworkflowsspace/lead-hunter-ai
1
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.
