AI powered web scrapper built on selenium
- Clone the repository
git clone https://github.com/bakayu/skrapy.git
cd skrapy
- Run the following command to install the dependencies (using a virtual env/ conda env is recommended)
pip -r install requirements.txt
Note: Skrapy utilizes a local LLM for parsing data, ollama and an appropriate model should be installed on your system in order to use the web scrapper, update llm.py according to the model you want to use.
- Run the following command to start the web scrapper
streamlit run main.py