This repository contains the source code for the Sensor Fault Detection system.
The Sensor Fault Detection system is designed to monitor sensors and detect any faults. It uses advanced algorithms to ensure the accuracy and reliability of sensor data.
- Real-time sensor fault detection
- RESTful API for integrating with other systems
- Easy to deploy with Docker
-
Clone the Repository:
git clone https://github.com/daemonX10/Senser-Fault-Detection.git cd Senser-Fault-Detection
-
Install Dependencies:
pip install -r requirements.txt
-
Run the Application:
python app.py
-
Using Docker:
docker build -t sensor-fault-detection . docker run -p 5000:5000 sensor-fault-detection
The application provides a RESTful API to interact with the sensor fault detection system. Once the application is running, you can access the API endpoints at http://127.0.0.1:5000
.
- URL:
/status
- Method:
GET
- Description: Returns the status of the sensor fault detection system.
- Response:
{ "status": { "system": "operational", "faults_detected": false } }
Credit : Damodar Yadav (damodarryadav@gmail.com) @daemonX10
Contributions are welcome! Please follow these steps to contribute:
- Fork the repository
- Create a new branch (
git checkout -b feature-branch
) - Make your changes
- Commit your changes (
git commit -am 'Add new feature'
) - Push to the branch (
git push origin feature-branch
) - Create a new Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.