Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AvishakeAdhikary authored Feb 11, 2021
1 parent ae8b0d4 commit 6ae9e04
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion FaceRecognitionFlutter/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# FaceRecognitionFlutter

A new Flutter project.
A new Face Recogniton Flutter project that uses Camera API and TFLite API to simultaneously access the camera and recognize faces in real time.

## Getting Started

Expand All @@ -14,3 +14,12 @@ A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.

## APIs Used

- [Camera API](https://pub.dev/packages/camera)
- [TFLite Flutter API](https://pub.dev/packages/tflite_flutter)
- [Firebase ML Vision](https://pub.dev/packages/firebase_ml_vision)


You can check how to use these APIs on their API Reference

0 comments on commit 6ae9e04

Please sign in to comment.