diff --git a/.DS_Store b/.DS_Store index 5f8ef10ed912ce8e2ed1ebe07c1e94047a7fed0e..c81d5b8cbb6b5578b602a8dfa672516da7821be4 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/FaceRecogAttendance/.DS_Store b/FaceRecogAttendance/.DS_Store index 7f9c9367f5271643b19920e1adfe909578449f9e..1fb5f27ad44116b46d1edf3e91396c5cb10ad7d7 100644 Binary files a/FaceRecogAttendance/.DS_Store and b/FaceRecogAttendance/.DS_Store differ diff --git a/FaceRecogAttendance/FaceRecogAttendance.xcworkspace/xcuserdata/Lucas.xcuserdatad/UserInterfaceState.xcuserstate b/FaceRecogAttendance/FaceRecogAttendance.xcworkspace/xcuserdata/Lucas.xcuserdatad/UserInterfaceState.xcuserstate index 8942b8a371cc6e8bbe4d7458b0b94004b888ec15..653645bd32f92de87840faf544a3bf8efc217386 100644 Binary files a/FaceRecogAttendance/FaceRecogAttendance.xcworkspace/xcuserdata/Lucas.xcuserdatad/UserInterfaceState.xcuserstate and b/FaceRecogAttendance/FaceRecogAttendance.xcworkspace/xcuserdata/Lucas.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/Readme.txt b/Readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..1756dc27bfd99290488c84957ceedfdd5da98386 --- /dev/null +++ b/Readme.txt @@ -0,0 +1,32 @@ +{\rtf1\ansi\ansicpg1252\cocoartf2576 +\cocoatextscaling0\cocoaplatform0{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +{\*\expandedcolortbl;;} +\paperw11900\paperh16840\margl1440\margr1440\vieww11520\viewh8400\viewkind0 +\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\pardirnatural\partightenfactor0 + +\f0\fs24 \cf0 This repository represents the final year project Software Development Project.\ +\ +It has 2 directory:\ +1. face_recog_model :- folder for machine learning model\ +2. FaceRecogAttendance :- folder for client application code\ +\ +****face_recog_model*****\ +1. Demo2 :- the machine learning model code\ +2. Face_extraction :- the script to extract faces from images\ +3. convert_to_coreml :- a script to convert the tensorflow model to cormel format\ +\ +*****FaceRecogAttendance*****\ +1. To test the application, simply run FaceRecogAttendance.xcworkspace in Xcode. You might need to change the bundle identifier and signing capabilities in Xcode.\ +\ +2. The directory have 3 main folders:\ + 1. Model - the data model in the application is all stored here\ + 2. View - the user interfaces of the application - the storyboard \ + 3. Controllers - all the controllers in the application are stored here\ +\ + 4. Some important file:\ + GoogleService-info.plist :- a configuration file to access Firebase Storage\ + Info.plist :- the client application configuration file\ + FaceClassifierV3.mlmodel :- the coreml machine model converted from the tensorflow model.\ + Pods :- cocoa pods file that is used in this application +} \ No newline at end of file