Hi, I liked this demo GitHub - streamlit/demo-self-driving: Streamlit app demonstrating an image browser for the Udacity self-driving-car dataset with realtime object detection using YOLO.. It takes images and instances from server and i want it to take them from my local directory. Pls help me with code
P.s. Instances on server are csv file, mine are JSON
Welcome to the community!
To use your JSON file maybe the pandas read_json() will work as a replacement for read_csv
in the demo.
Any other code you’ve tried can help others answer as well!
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.