Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions portfolio-v2/src/projects.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,30 @@
[
{
"title": "VRL Learning Navigator",
"subtitle": "Course guidance and learning path assistant",
"image": "images/Projects/vrl-learning-navigator.png",
"description": "VRL Learning Navigator helps users discover relevant courses, build goal-based learning paths, compare similar courses, track progress, and practice with lightweight validation.",
"impact": "Facilitates online learners in making informed decisions about course selection through filtering, recommendations, and progress tracking.",
"tags": [
"Python",
"Streamlit",
"Scikit-learn",
"Pandas",
"Recommender",
"Data"
],
"featured": true,
"links": [
{
"label": "Source",
"href": "https://github.com/vikramsh2002/VRL-Learning-Navigator"
},
{
"label": "Live/demo",
"href": "https://vrl-learning-navigator.streamlit.app/"
}
]
},
{
"title": "Dr. CNN",
"subtitle": "Lung condition detection",
Expand Down
Loading