|
--- |
|
title: AutoExec AI |
|
emoji: π |
|
colorFrom: purple |
|
colorTo: indigo |
|
sdk: docker |
|
app_file: app.py |
|
pinned: true |
|
--- |
|
|
|
# π AutoExec AI: Your Autonomous AI Business Builder |
|
|
|
[](https://huggingface.co/spaces/mgbam/AICEO) |
|
|
|
--- |
|
|
|
AutoExec AI is a fully autonomous AI-powered startup generator that builds, optimizes, and scales digital businesses for you using: |
|
|
|
- π€ **LLMs** (Gemini Pro + GPT-4 fallback) |
|
- π **LangGraph-style multi-agent coordination** |
|
- π **Auto-optimization loops** (LoopAgent) |
|
- π§ **Persistent agent memory** using SQLite |
|
- βοΈ **FastAPI + Celery + Redis** for orchestration |
|
- π₯οΈ **Streamlit UI** for interactive control panel |
|
|
|
--- |
|
|
|
## π― Key Features |
|
|
|
β
AI-driven product ideation by niche |
|
β
Copy generation: product descriptions, landing pages, emails |
|
β
Ad campaign builder with budget constraints |
|
β
LoopAgent: re-optimizes your strategy daily |
|
β
Scales to manage multiple businesses in parallel |
|
β
Includes a dashboard to inspect every agent run |
|
β
Full Docker deployment on Hugging Face Spaces |
|
|
|
--- |
|
|
|
## π§ Tech Stack |
|
|
|
| Layer | Tech | |
|
|--------------|----------------------------------------| |
|
| UI | `Streamlit` | |
|
| Backend API | `FastAPI` | |
|
| Scheduler | `Celery` + `Redis` | |
|
| AI Models | `Gemini Pro`, `GPT-4` fallback (OpenAI) | |
|
| Memory | `SQLite` (persistent logging) | |
|
| Multi-Agent | `LangGraph-style config` | |
|
| Hosting | `Docker` via Hugging Face Spaces | |
|
|
|
--- |
|
|
|
## π Quickstart (Dev Mode) |
|
|
|
```bash |
|
uvicorn app.main:app --reload # Start FastAPI |
|
celery -A celery_worker worker # Background optimization |
|
streamlit run dashboard.py # View agent memory logs |
|
``` |
|
|
|
--- |
|
|
|
## π Keywords for Discovery |
|
|
|
`AI startup launcher`, `dropshipping AI`, `auto business generator`, `LangGraph AI`, `FastAPI Streamlit startup`, `Hugging Face Docker Spaces`, `Celery Redis orchestrator`, `GPT-4 product copy`, `autonomous agents`, `AutoExec AI` |
|
|
|
--- |
|
|
|
## π€ Contributing |
|
|
|
Feel free to fork, star, and contribute! PRs welcome. |
|
For collaborations, reach out via Hugging Face or [LinkedIn](https://www.linkedin.com/in/your-profile). |
|
|
|
|