diff --git a/src/data/showcase/sleep.png b/src/data/showcase/sleep.png new file mode 100644 index 000000000..8ae1f7597 Binary files /dev/null and b/src/data/showcase/sleep.png differ diff --git a/src/data/userData.tsx b/src/data/userData.tsx index 5d7a4559a..e826c62ed 100644 --- a/src/data/userData.tsx +++ b/src/data/userData.tsx @@ -288,6 +288,15 @@ export const Users: User[] = [ source: "https://github.com/ak-0283/Crop-Recommendation-System", tags: ["opensource","ml", "favorite", "python", "streamlit"], }, + { + title: "Sleep Disorder Prediction System", + description: + "A Sleep Health Lifestyle Prediction system that predicts sleep quality based on lifestyle factors.", + preview: require("./showcase/sleep.png"), + website: "https://sleeppredictionsystem112.streamlit.app/", + source: "https://github.com/ak-0283/Sleep-Health-Lifestyle-Prediction", + tags: ["opensource","ml", "favorite", "python", "streamlit"], + }, { title: "Movie Recommendation App",