This News Strategizer is an AI-powered assistant that helps generate strategic suggestions for any company based on real-time competitor news. It automatically fetches the latest headlines and uses a language model to provide insightful, actionable strategies.
- Live Competitor News:- Fetches real-time news using online APIs.
- LLM Powered:- Leverages LLaMA 3 via open source API for high-quality insights.
- Company-Aware Suggestions:- Uses custom prompt engineering to tailor recommendations.
- Frontend Dashboard:- Intuitive React.js UI with filters and split-view layout for news and strategies.
- React.Js - Frontend
- Python – Project scripting and API handling
- SerpAPI – For live news headlines
- Together API (LLaMA-3) – Strategy generation
- dotenv – Secure environment variable management
- Prompt Engineering – Custom strategy prompt format
git clone https://github.com/aaditi2/news-strategizer.git
cd news-strategizer
python -m venv .venv
source .venv/bin/activate # or .venv\Scripts\activate on Windows
cd backend
pip install -r requirements.txt

