Face-Mask-Detect / README.md
dinhminh20521597's picture
Upload 8 files
d6a7d5a
|
raw
history blame
644 Bytes

Newspaper Crawling with Scrapy

Set up environment

conda env create -f environment.yml
conda activate demo-mm-st

Streamlit demo

To run streamlit demo, you need to download weights files Faster-RCNN, YOLOv3 and place them in models folder After that, simply run command below

streamlit run demo.py

Demo interface