Skip to content

Commit eb9d6d2

Browse files
authored
Merge pull request #4873 from ak-0283/main
adding one more ml project
2 parents e27a2a0 + dc353b4 commit eb9d6d2

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

src/data/showcase/sleep.png

48.9 KB
Loading

src/data/userData.tsx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,15 @@ export const Users: User[] = [
288288
source: "https://github.com/ak-0283/Crop-Recommendation-System",
289289
tags: ["opensource","ml", "favorite", "python", "streamlit"],
290290
},
291+
{
292+
title: "Sleep Disorder Prediction System",
293+
description:
294+
"A Sleep Health Lifestyle Prediction system that predicts sleep quality based on lifestyle factors.",
295+
preview: require("./showcase/sleep.png"),
296+
website: "https://sleeppredictionsystem112.streamlit.app/",
297+
source: "https://github.com/ak-0283/Sleep-Health-Lifestyle-Prediction",
298+
tags: ["opensource","ml", "favorite", "python", "streamlit"],
299+
},
291300

292301
{
293302
title: "Movie Recommendation App",

0 commit comments

Comments
 (0)