An AI-powered ad creative generator that produces high-quality marketing content, ad ideas, and visuals tailored to your specific needs.
- AI-Driven Content Creation: Generate high-quality marketing creatives in minutes.
- Competitive Analysis: Get content ideas tailored to your industry and target audience.
This repository is structured as follows:
/src
- Contains the frontend codes
-
Frontend (run on streamlit - http://localhost:8501/)
pipenv shell streamlit run src/app.py
-
Backend (use fast-api framework - http://localhost:8000/)
pipenv shell pip install "fastapi[standard]" fastapi dev main.py
- Use FastAPI to call APIs
- Use Llama 3.1 8B model via TogetherAI framework.