Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

added Sign-Language-Recognition #172

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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
7 changes: 7 additions & 0 deletions data/ideas.json
Original file line number Diff line number Diff line change
Expand Up @@ -262,5 +262,12 @@
"description": "a web to consume waze api to improve another apps",
"level": "intermediate",
"tags": "Api-GPS"
},
{
"title": "Sign-Language-Recognition",
"description": "A Python Model to detect signs in real-time using a webcam",
"level": "intermediate",
"tags": "python, image-processing, OpenCV"
}

]
10 changes: 10 additions & 0 deletions data/projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -388,5 +388,15 @@
"level": "intermediate",
"site": "https://github.com/lmponcio/copia-backups",
"tags": "python, copia-backups, scripting"
},
{
"name": "Sign-Language-Recognition",
"display": "Sign-Language-Recognition",
"description": "A Python Model to detect signs in real-time using a webcam",
"author": "ankitranjanl",
"category": "app",
"level": "intermediate",
"site": "https://github.com/ankitranjanl/Sign-Language-Recognition",
"tags": "python, image-processing, OpenCV"
}
]