- Ollama LLM, for calling the AI to parse the content.
- Selenium, for the webscraping.
- Streamlit, to give web interface
- BrightData, for unblocking websites with Captcha. Its not free but lets you have free trial.
- BeatifulSoup
- ChromeDriver, if captcha is not involved, then local version of ChromeDriver can be used instead of BrightData.
In order to run the application, execute following in the terminal - streamlit run main.py