This project is an AI-powered marketing assistant designed to help users create effective marketing strategies, generate engaging content, and analyze performance. It simplifies the process of planning, posting, and optimizing social media campaigns.
- AI-Driven Marketing Plan
- Content Creation Assistance
- Insights & Performance Analysis
- Python
- FastAPI
- MongoDB
- Docker
- LangGraph
1️⃣ Clone repo:
git clone <repo-link>
cd project-folder2️⃣ Create a new environment:
conda create -n env-name python=3.103️⃣ Activate the environment:
conda activate env-namecd src
cp .env.example .env
pip install -r requirements.txtdocker compose upuvicorn main:app --reload --host 0.0.0.0 --port 5000