┌─────────────────────┐
│Spoken Language Audio│ ┌─────────┐
└─────────┬───────────┘ ┌──────────►│Human GAN│
│ │ └─────────┘
▼ │
┌────────────────────┐ ┌───────────────┐ ┌───────────┐ ┌──────┴──────┐ ┌───────────────┐
│Spoken Language Text├────►│Normalized Text├────►│SignWriting├───►│Pose Sequence├───►│Skeleton Viewer│
└─────────┬──────────┘ └───────────────┘ └───────────┘ └──────┬──────┘ └───────────────┘
│ ▲ ▲ │
▼ │ │ │ ┌─────────┐
┌───────────────────────┐ │ │ └──────────►│3D Avatar│
│Language Identification├──────────┘───────────────────┘ └─────────┘
└───────────────────────┘
┌──────────────────────────┐ ┌────────────────────┐
│Upload Sign Language Video│ ┌────────►│Spoken Language Text│
└──────────┬───────────────┘ │ └──────────┬─────────┘
│ │ │
│ ┌────────────┐ ┌──────┴────┐ │
├─────────►│Segmentation├──────►│SignWriting│ │
│ └────────────┘ └───────────┘ │
│ ▼
┌──────────┴────────────────┐ ┌─────────────────────┐
│Camera Sign Language Video │ │Spoken Language Audio│
└───────────────────────────┘ └─────────────────────┘
- Install [Node.js] which includes [Node Package Manager][npm]
Install dependencies locally:
npm installRun the application:
npm startTest the application:
npm testRun the application on iOS:
npm run build:full && \
npx cap sync ios && \
npx cap run iosYEEPPEE!!