NaveenKumar5 commited on
Commit
2fcd2ac
·
verified ·
1 Parent(s): 211c634

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -11
README.md CHANGED
@@ -22,16 +22,9 @@ forums](https://discuss.streamlit.io).
22
 
23
  ---
24
 
25
- ### 📌 Notes:
26
- - Replace `./path/to/local/model` with your actual directory path containing:
27
- - `pytorch_model.bin`
28
- - `config.json`
29
- - `preprocessor_config.json`
30
- - If your model was trained using `transformers`, Hugging Face will auto-recognize the format.
31
 
32
- ---
33
 
34
- Would you like me to:
35
- - Help convert a YOLOv8 model to Hugging Face format?
36
- - Check if your model files are ready?
37
- - Add support for labels in the model card?
 
22
 
23
  ---
24
 
25
+ # Solar Panel Fault Detection with Streamlit
 
 
 
 
 
26
 
27
+ Upload a thermal video, and the app will use a Hugging Face DETR model to detect faults.
28
 
29
+ ## Model
30
+ [NaveenKumar5/Solar_panel_fault_detection](https://huggingface.co/NaveenKumar5/Solar_panel_fault_detection)