Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 469 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 469 Bytes

🎈 SAM+LoRA

A simple Streamlit app template for you to modify!

Open in Streamlit

How to run it on your own machine

  1. git clone

    $ git clone https://github.com/moersxm/SAM.git
    
  2. Install the requirements

    $ pip install -r requirements.txt
    
  3. Run the app

    $ streamlit run streamlit_app.py