This project implements a marketing intelligence agent that analyzes a business using Reddit data.
-
Install dependencies:
pip install -r requirements.txt
-
Set environment variables: Copy
.env.exampleto.envand fill in your API keys.cp .env.example .env
-
Run the application:
python app.py
-
Open your browser at
http://localhost:5000.
This project is ready for deployment on platforms like Railway or Heroku. Ensure you set the environment variables in your deployment dashboard.