Skip to content

Commit

Permalink
renaming notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
Incharajayaram committed Jan 4, 2025
1 parent 2a0131c commit 70e36e7
Show file tree
Hide file tree
Showing 4 changed files with 1,304 additions and 1,140 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,20 @@ The proposed solution leverages a CNN-LSTM architecture with attention mechanism
- Noise reduction and normalization
5. **Challenges**:
- Class imbalance resolved using ACGANs.
- Multi-band radar data (L, S, C, X bands) managed through branch-specific tuning.
- High computational resource requirements for real time processing


## Deployment

- **Platform**: Hosted on AWS EC2.
- **Containerization**: Docker ensures scalability and reproducibility.
- **API Access**: Interactive API built using Flask.
- **Raspberry PI 5**: Built a data pipeline to stream spectrograms and showcase results on raspberry pi 5, by deploying the ml model on it.


## Evaluation Metrics

- **Accuracy**: Measures overall classification correctness.
- **Accuracy**: Measures overall classification correctness.
- **F1-Score**: Balances precision and recall for imbalanced datasets.
- **Confusion Matrix**: Visualizes classification performance across classes.
- **Latency**: Evaluates real-time prediction feasibility.
Expand All @@ -59,18 +60,16 @@ The proposed solution leverages a CNN-LSTM architecture with attention mechanism

- **Accuracy: 99.18%**
- **F1-Score: 0.99**
- **Latency**: [Insert Time]
- **Visualizations**:
- **Latency: 12.8 ms**
- **Visualizations**:
- **ROC curve**
- **Confusion Matrix**


## References

- Research papers on micro-Doppler radar classification.
- TensorFlow and Keras official documentation.
- Flask and Docker documentation.

- Pytorch and Scikit-Learn official documentation.



Expand Down
Loading

0 comments on commit 70e36e7

Please sign in to comment.