Skip to content

Commit

Permalink
📝 docs: Update README.md for image formatting and changed images
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhaelbenilouz committed Dec 3, 2024
1 parent 51411bc commit 3a7a828
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ If you want to deploy the system in a staging or production environment, you can

<table>
<tr>
<td><a href="assets/images/dmp_s_1.png"><img width="320" height="200" src="assets/images/dmp_s_1.png"></a></td>
<td><a href="assets/images/dmp_s_2.png"><img width="320" height="200" src="assets/images/dmp_s_2.png"></a></td>
<td><a href="assets/images/dmp_s_1.png"><img width="320" src="assets/images/dmp_s_1.png"></a></td>
<td><a href="assets/images/dmp_s_2.png"><img width="320" src="assets/images/dmp_s_2.png"></a></td>
</tr>
<tr>
<td><a href="assets/images/dmp_s_3.jpeg"><img width="320" height="200" src="assets/images/dmp_s_3.jpeg"></a></td>
<td><a href="assets/images/dmp_s_4.png"><img width="320" height="200" src="assets/images/dmp_s_4.png"></a></td>
<td><a href="assets/images/dmp_s_3.jpeg"><img width="320" src="assets/images/dmp_s_3.jpeg"></a></td>
<td><a href="assets/images/dmp_s_4.png"><img width="320" src="assets/images/dmp_s_4.png"></a></td>
</tr>
</table>

Expand Down Expand Up @@ -182,6 +182,8 @@ The project is organized as follows:
- **FastAPI**: For building the REST API for the movie recommendation service.
- **Prometheus**: For monitoring and alerting.
- **Grafana**: For visualizing metrics.
- **scikit-learn**: For building and training machine learning models.
- **GitHub Actions**: For continuous integration and deployment workflows.

## ⚙ ️Setup

Expand Down
Binary file modified assets/images/dmp_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/dmp_s_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/images/dmp_s_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3a7a828

Please sign in to comment.