Basic AI interview practice app(android)

functions need:

  1. video recording for 3 questions(using text-to-speech to speak the question)
    Q1 self introduction
    Q2Q3 randomly selected from excel
  2. Analyze recorded video using AI , for example: user's sight & content

flows of the app:

  1. ask user the 1st question
  2. on the same page, start recording the video by clicking a button
  3. after finishing the recording, click 'next' button and go to the next question(start in a new page)
  4. repeat step 1 to 3 for the 2nd and 3rd question
  5. after completing all the question, show the analysed results on a new page:
    5.1 Whether the user's eyes are focused on the application
    5.2 Does the content match the question(For example, is there a keyword)?
    5.3 Video length (too short, too long or appropriate) (1 minute per question is appropriate)

Sample Solution