Skip to content
Merged
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
13 changes: 13 additions & 0 deletions src/data/projects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,19 @@ export const projects: Project[] = [
tag: "PWA",
category: "web apps",
},
{
name: "Esku",
emoji: "✋",
icon: "https://endika.github.io/esku/favicon.svg",
desc: {
en: "Offline PWA that reads sign language from your phone camera and turns it into text. Fingerspells the Spanish Sign Language alphabet live, shows you the hand it is tracking, and lets you teach it your own signs in any sign language. No frame ever leaves the device.",
es: "PWA offline que lee lengua de signos con la cámara del móvil y la convierte en texto. Reconoce el alfabeto dactilológico de la LSE en directo, te dibuja la mano que está siguiendo y puedes enseñarle tus propios signos, en cualquier lengua de signos. Ningún fotograma sale del dispositivo.",
},
url: "https://endika.github.io/esku/",
type: "live",
tag: "PWA",
category: "web apps",
},
{
name: "Tutu",
emoji: "🚗",
Expand Down
Loading