An AI web scraper using ollama, selenium, streamlit, etc.
- Download ChromeDriver from here
- Make sure to match the version of ChromeDriver with the version of Chrome you are using
- Download Ollama from here
- Download llama3.1(or whatever you prefer)
ollama pull llama3.1
- Install the required packages using the following command:
pip install -r requirements.txt
streamlit run app.py