Spaces:
Sleeping
Sleeping
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