Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 588 Bytes

File metadata and controls

31 lines (21 loc) · 588 Bytes

Bug Detection Container

Docker image using streamlit to test the bug detection pipeline.

thumbnail

Quickstart

Docker Compose

docker compose up

Docker

docker build . --tag bug-detection-v1
docker run --it -p 8051:8051 bug-detection-v1:latest

Streamlit

pip install -r requirements.txt
streamlit run app.py

This will download all the dependencies from requirements.txt and the models from huggingface. Then it will run the Streamlit application on the address: localhost:8051.