A Streamlit app to extract data from URLs or search terms using LLM Models with ScrapeGraphAI.
- Clone the repo:
git clone <repo-url> - Create virtual env:
python -m venv venv - Activate:
source venv/bin/activate(Unix) orvenv\Scripts\activate(Windows) - Install deps:
pip install -r requirements.txt - Install Playwright:
playwright install - Add API key to
.env - Run:
streamlit run app/main.py
- Select "URL" or "Search Term".
- Enter input and a prompt.
- Click "Extract and Analyze".