Skip to content

underlines/shopping-guru

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shopping-guru

setup

  1. install uv:

    • install uv
    • in project folder execute uv sync
  2. set secrets

    • cp .env-example .env
    • add your API keys
  3. activate venv and run:

    either natively:

    • win: source .venv\Scripts\activate or linux/osx: source .venv/bin/activate, or if you set the .venv in vs-code, you can directly enter:
    • streamlit run main.py

    or run directly via uv (which also uses the venv):

    • uv run -- streamlit run main.py

file cleanup

Playwright on windows:

  • C:\Users\username\AppData\Local\ms-playwright\winldd-1007

About

browser-use agent for shopping tasks using streamlit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages