Skip to content

Commit c9034ba

Browse files
authored
Update README.md
1 parent 325263f commit c9034ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Android Malware Detection Using Machine Learning
22

33
## Project Overview
4-
This project aims to build an effective classification model to classify a mobile application as **Benign** or **Malware**. To do so, we'll evaluate multiple classification models using different metrics and select the best model with better performance for our dataset.
4+
This project aims to build an effective classification model to classify a mobile application as **Benign** or **Malware**. To do so, we'll evaluate multiple classification models using different metrics and select the best model with better performance for our dataset. Finally, we deployed our model as a REST API using FastAPI.
55

66
## Dataset
77

@@ -78,4 +78,4 @@ docker run -p 8080:8000 tderick/android-malware-detection:latest
7878
## Push to docker hub
7979
```
8080
docker push tderick/android-malware-detection:latest
81-
```
81+
```

0 commit comments

Comments
 (0)