Course Hive
Search

Welcome

Sign in or create your account

Continue with Google
or
How To Create Online Attendance App Using MIT App Inventor | Artificial Intelligence App |Full Video
Play lesson

MIT App Inventor Full Course for beginners 2020 - How To Create Online Attendance App Using MIT App Inventor | Artificial Intelligence App |Full Video

5.0 (0)
19 learners

What you'll learn

This course includes

  • 85 hours of video
  • Certificate of completion
  • Access on mobile and TV

Summary

Keywords

Full Transcript

How To Create Online Attendance App Using MIT App Inventor | Artificial Intelligence Applications. Using this app you can take attendance of your students or classmates using your smartphone. You just need to take a picture of your student and this app automatically detects their name and saves that name in the google sheet. Extension -: https://mit-cml.github.io/extensions/ Model -: https://classifier.appinventor.mit.edu/ .........................Code for App Script .............................. function doGet(e) { var ss = SpreadsheetApp.openByUrl("GoogleSheetURL"); var sheet = ss.getSheetByName("Sheet1"); addUser(e,sheet); } function doPost(e) { var ss = SpreadsheetApp.openByUrl("GoogleSheetURL"); var sheet = ss.getSheetByName("Sheet1"); addUser(e,sheet); } function addUser(e,sheet) { var name = e.parameter.name ; sheet.appendRow([name]); } .........................Code End for App Script .............................. Join this channel to get access to perks: https://www.youtube.com/channel/UCyNJURC5bvqIQ9vO9PBrYrA/join #thecodingbus #mitappinventor #appinventor2 #appinventorprojects #artificialintelligence #AppInventorIdeas #attendancesoftware Join this channel to get access to perks: https://www.youtube.com/channel/UCyNJURC5bvqIQ9vO9PBrYrA/join #unitedstates #us

Course Hive

Continue this lesson in the app

Install CourseHive on Android or iOS to keep learning while you move.

Related Courses

FAQs

Course Hive
Download CourseHive
Keep learning anywhere