webask is a web scraping tool with an ai prompter that is used to help you to get information off webpages and sort them within the interface. took heavy inspiration from tech with tim's project especially with the implementation of ai features. Link to relevant sources within the sources.txt file
setting up environment: python -m venv env
Installing dependencies: for python imports: (copy and paste into terminal) pip install -r .\dependencies.txt
for chrome: https://googlechromelabs.github.io/chrome-for-testing/#stable need to have the latest chrome version installed and copy the chromedriver.exe into the project location
for ollama: https://ollama.com/download
running program: streamlit run .\main.py