├── app.js ├── face-api.min.js ├── index.html └── models ├── face_expression_model-shard1 ├── face_expression_model-weights_manifest.json ├── face_landmark_68_model-shard1 ├── face_landmark_68_model-weights_manifest.json ├── face_landmark_68_tiny_model-shard1 ├── face_landmark_68_tiny_model-weights_manifest.json ├── face_recognition_model-shard1 ├── face_recognition_model-shard2 ├── face_recognition_model-weights_manifest.json ├── tiny_face_detector_model-shard1 └── tiny_face_detector_model-weights_manifest.json /app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gkandemi/yapay-zeka-ile-duygu-kontrolu/HEAD/app.js -------------------------------------------------------------------------------- /face-api.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gkandemi/yapay-zeka-ile-duygu-kontrolu/HEAD/face-api.min.js -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gkandemi/yapay-zeka-ile-duygu-kontrolu/HEAD/index.html -------------------------------------------------------------------------------- /models/face_expression_model-shard1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gkandemi/yapay-zeka-ile-duygu-kontrolu/HEAD/models/face_expression_model-shard1 -------------------------------------------------------------------------------- /models/face_expression_model-weights_manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gkandemi/yapay-zeka-ile-duygu-kontrolu/HEAD/models/face_expression_model-weights_manifest.json -------------------------------------------------------------------------------- /models/face_landmark_68_model-shard1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gkandemi/yapay-zeka-ile-duygu-kontrolu/HEAD/models/face_landmark_68_model-shard1 -------------------------------------------------------------------------------- /models/face_landmark_68_model-weights_manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gkandemi/yapay-zeka-ile-duygu-kontrolu/HEAD/models/face_landmark_68_model-weights_manifest.json -------------------------------------------------------------------------------- /models/face_landmark_68_tiny_model-shard1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gkandemi/yapay-zeka-ile-duygu-kontrolu/HEAD/models/face_landmark_68_tiny_model-shard1 -------------------------------------------------------------------------------- /models/face_landmark_68_tiny_model-weights_manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gkandemi/yapay-zeka-ile-duygu-kontrolu/HEAD/models/face_landmark_68_tiny_model-weights_manifest.json -------------------------------------------------------------------------------- /models/face_recognition_model-shard1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gkandemi/yapay-zeka-ile-duygu-kontrolu/HEAD/models/face_recognition_model-shard1 -------------------------------------------------------------------------------- /models/face_recognition_model-shard2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gkandemi/yapay-zeka-ile-duygu-kontrolu/HEAD/models/face_recognition_model-shard2 -------------------------------------------------------------------------------- /models/face_recognition_model-weights_manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gkandemi/yapay-zeka-ile-duygu-kontrolu/HEAD/models/face_recognition_model-weights_manifest.json -------------------------------------------------------------------------------- /models/tiny_face_detector_model-shard1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gkandemi/yapay-zeka-ile-duygu-kontrolu/HEAD/models/tiny_face_detector_model-shard1 -------------------------------------------------------------------------------- /models/tiny_face_detector_model-weights_manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gkandemi/yapay-zeka-ile-duygu-kontrolu/HEAD/models/tiny_face_detector_model-weights_manifest.json --------------------------------------------------------------------------------