FireEye is designed for fire detection using drones and a pre-trained model with Convolutional Neural Networks (CNNs). It allows users, including states or civil defense corporations, to monitor and detect fires remotely.
- User Authentication: Implemented using Redux for state management.
- Dashboard: Provides an overview of fire detection data and alerts.
- Device Management: Allows users to manage connected drones and devices.
- User Management: Enables administration of user accounts and permissions.
- Alert System: Sends alerts and notifications for detected fires.
- Region Monitoring: Provides a detailed view of fire-prone regions.
- Frontend: React.js, React Router, Tailwind CSS
- State Management: Redux
To run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/KhaliLounis/FireEye.git
- Navigate to the project directory:
cd FireEye
- Install dependencies:
npm install
- Start the development server:
npm run dev
Contributions are welcome! Please fork the repository and create a pull request with your changes. Make sure to follow the code of conduct.