From cba2c2204f3f543e4f65479660e280375865ff42 Mon Sep 17 00:00:00 2001 From: stesiam <52320488+stesiam@users.noreply.github.com> Date: Tue, 23 Jan 2024 12:43:08 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3449140..7b9fc9e 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,6 @@ This repo develops a [plumber](https://www.rplumber.io/) API (an analogous tool to FastAPI of Python for API Development) that classifies glass based on its type (window / non-window), using ML model (Random Forest). My model is built using [tidymodels](https://www.tidymodels.org/) and [rangerR](https://github.com/imbs-hl/ranger) packages. The model build is **outside** the scope of docker. After the construction of my model, I exported it in an .RDS format which is used by API. -**DockerHub Repo:** [glass-api]([https://github.com/stesiam/GlassIdentificationAPI](https://hub.docker.com/r/stesiam/glass-api)) +**DockerHub Repo:** [glass-api](https://hub.docker.com/r/stesiam/glass-api) **Data Source:** [UCI Machine Learning Repository](http://archive.ics.uci.edu/dataset/42/glass+identification)