https://github.com/sammy949/fire-detector
Built with Python! Stay safe with SafeTempGuard - Your Temperature Safety Companion
https://github.com/sammy949/fire-detector
firedetection monitoring python python-based
Last synced: 2 months ago
JSON representation
Built with Python! Stay safe with SafeTempGuard - Your Temperature Safety Companion
- Host: GitHub
- URL: https://github.com/sammy949/fire-detector
- Owner: Sammy949
- License: mit
- Created: 2023-11-24T22:43:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-24T23:00:54.000Z (over 1 year ago)
- Last Synced: 2024-01-27T03:41:35.372Z (over 1 year ago)
- Topics: firedetection, monitoring, python, python-based
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SafeTempGuard
SafeTempGuard is a Python-based temperature monitoring system designed to alert users about potential fire risks based on temperature readings. It provides information about the current temperature, humidity level, and air quality index to help users stay informed and take necessary precautions.
## Installation
Ensure you have Python installed on your system.
## Usage
To use SafeTempGuard, simply run the main script:
```python
python firedetector.py
```The program will display information about the current temperature, humidity, and air quality index, along with safety recommendations based on the temperature level.
**N.B: The values are randomly generated**
## Temperature StatesSafeTempGuard classifies temperature into the following states:
- **Moderate (1):** Temperature range 18°C to 27°C
- **Hot (2):** Temperature range 28°C to 37°C
- **Scorching (3):** Temperature range 38°C to 61°C
- **Above Normal (4):** Temperature above 61°C## Alerts
The system provides alerts based on the temperature level:
- If the temperature is above 300°C, it raises a fire alert, recommending users to stay safe and alerting fire services.
## Contributing
Feel free to contribute to the project by opening issues or submitting pull requests. Your feedback and suggestions are highly appreciated.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
**Built by [SamY](https://samy01.netlify.app)**
## Thank you for using SafeTempGuard! Stay safe and cool!