Aggregated, AI-generated reviews to help you make good purchases in seconds.
- Create a virtual environment (recommended):
python -m venv venv
source venv/bin/activate- Install dependencies:
pip install -r requirements.txt-
Set up environment variables:
- Copy
.env.templateto a new file named.env:
cp .env.template .env
- Fill in your API keys in the
.envfile:YOUTUBE_API_KEY: Get from Google Cloud ConsoleOPENAI_API_KEY: Get from OpenAIOXYLABS_USER,OXYLABS_PASS: Get from OxylabsENSEMBLEDDATA_API_KEY: Get from EnsembleDataPERPLEXITY_API_KEY: Get from Perplexity
All these APIs are required for full functionality.
- Copy
-
Run the application:
python app.py- Open your browser and visit:
http://localhost:5000