{"id":31177834,"url":"https://github.com/zaibten/real-time-fire-detection-system","last_synced_at":"2026-05-09T02:19:35.448Z","repository":{"id":315256435,"uuid":"1058755573","full_name":"Zaibten/Real-Time-Fire-Detection-System","owner":"Zaibten","description":"A real-time fire detection system built with Python, Streamlit, and the YOLOv8 model.   This project uses computer vision to detect fire in video streams and live camera feeds, making it useful for safety monitoring, surveillance, and disaster prevention.","archived":false,"fork":false,"pushed_at":"2025-09-17T14:04:39.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-17T16:37:43.362Z","etag":null,"topics":["computer-vision","html-css-javascript","image-recognition","mysql-database","python","streamlit","web-application","yolov8"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Zaibten.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-17T14:02:43.000Z","updated_at":"2025-09-17T14:04:42.000Z","dependencies_parsed_at":"2025-09-17T16:37:45.261Z","dependency_job_id":"109cc4cb-c086-48b1-abdf-d04b72fd4dc3","html_url":"https://github.com/Zaibten/Real-Time-Fire-Detection-System","commit_stats":null,"previous_names":["zaibten/real-time-fire-detection-system"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Zaibten/Real-Time-Fire-Detection-System","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zaibten%2FReal-Time-Fire-Detection-System","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zaibten%2FReal-Time-Fire-Detection-System/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zaibten%2FReal-Time-Fire-Detection-System/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zaibten%2FReal-Time-Fire-Detection-System/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Zaibten","download_url":"https://codeload.github.com/Zaibten/Real-Time-Fire-Detection-System/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zaibten%2FReal-Time-Fire-Detection-System/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279189319,"owners_count":26122713,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-16T02:00:06.019Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["computer-vision","html-css-javascript","image-recognition","mysql-database","python","streamlit","web-application","yolov8"],"created_at":"2025-09-19T14:30:33.489Z","updated_at":"2025-10-16T12:12:56.986Z","avatar_url":"https://github.com/Zaibten.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🔥 Real-Time Fire Detection System\n\n🚒 A real-time fire detection system built with **Python**, **Streamlit**, and the **YOLOv8 model**.  \nThis project uses computer vision to detect fire in video streams and live camera feeds, making it useful for **safety monitoring, surveillance, and disaster prevention**.  \n\n---\n\n## ✨ Features\n- 🧠 **YOLOv8 Model** for accurate fire detection  \n- 🎥 Works with **live webcam feed** or uploaded videos  \n- ⚡ **Real-time inference** with minimal latency  \n- 🌐 Interactive **Streamlit web interface**  \n- 📊 Easy-to-understand results with bounding boxes and confidence scores  \n\n---\n\n## 🛠️ Tech Stack\n- 🐍 Python  \n- 🤖 YOLOv8 (Ultralytics)  \n- 🎨 Streamlit (UI)  \n- 📷 OpenCV (video \u0026 image processing)  \n\n---\n\n## 🚀 Getting Started\n\n### 1️⃣ Clone the Repository\n```bash\ngit clone https://github.com/your-username/realtime-fire-detection.git\ncd realtime-fire-detection\n```\n\n### 2️⃣ Install Dependencies\n```bash\npip install -r requirements.txt\n```\n\n### 3️⃣ Run the Streamlit App\n```bash\nstreamlit run app.py\n```\n\n---\n\n## 📂 Project Structure\n```\n📦 realtime-fire-detection\n ┣ 📜 app.py             # Streamlit app\n ┣ 📜 fire_detection.py  # Core detection logic\n ┣ 📜 requirements.txt   # Dependencies\n ┣ 📜 README.md          # Project documentation\n ┗ 📂 models             # YOLOv8 weights\n```\n\n---\n\n## 💡 Use Cases\n- 🏭 Industrial monitoring  \n- 🏠 Smart homes for fire safety  \n- 🌲 Forest fire surveillance  \n- 🏢 Building \u0026 mall security systems  \n\n---\n\n## 🤝 Contributing\nContributions are welcome! Feel free to fork this repo, open issues, or submit PRs.  \n\n--- \n\n⭐ If you like this project, don’t forget to **star the repo** and share it! 🚀🔥\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzaibten%2Freal-time-fire-detection-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzaibten%2Freal-time-fire-detection-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzaibten%2Freal-time-fire-detection-system/lists"}