Issue
I have written a python code that can mark attendance using face recognition. It basically writes the (Name, Registration no. and entry time) in .csv file of those whose faces match with the data(images of my friends and mine) that i've provided.
And now I want to make an app(using flutter) that uses this python code.
What should be my approach to this?
Solution
I suggest you to use or convert your Python code as a Back-end code and Flutter code as Front End code. After that, your Flutter application can call the API via HTTP Requests and get data that it wants.
Further reading about my suggestion:
Answered By - Harshana Serasinghe
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.