This project implements a hybrid machine learning model designed to detect botnet attacks within Internet of Things (IoT) environments efficiently.
- BACKEND: Contains the backend logic and model handling.
- FRONTEND: Contains the user interface and application logic (e.g.,
app.py). - Models: Includes pre-trained models such as ANN, CNN, LSTM, RNN, DNN
- Efficient Detection: Uses a hybrid ML approach to identify threats.
- IoT Optimization: Tailored for the constraints and nature of IoT network traffic.
- User Interface: Provides a frontend for interaction and visualization.
- Navigate to the
FRONTENDorBACKENDdirectory to experiment with the components. - Review the
app.pyinFRONTENDfor the main application entry point.