FLUTTER ECOSYSTEM

prathamesh-mutkure/anti-cheat-exam-app

AI와 머신러닝의 힘을 활용하여 온라인 시험에서의 부정행위를 줄이려는 Flutter 앱

부정행위 방지 시험 앱 프로젝트 이미지
Stars
62
Forks
13
최근 푸시(UTC)
2022. 11. 14.
프로젝트 상태
활성
Prathamesh Mutkure GitHub avatar
GITHUB User

Prathamesh Mutkure ↗

CS | Mobile & Web Dev | Next.js | Flutter | MERN | JavaScript & TypeScript | Web3 & Solidity

언어DartRubySwiftKotlinObjective-C

기술 주제

관련 패키지 및 예제

사용 중인 의존성

의존성 목록 21 개

앱 카테고리

원본 README

아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.

README 펼치기 / 접기

Anti-Cheat Exam App 🌟

An App that aims to stop cheating in online exams with the power of AI and ML, co-created with Samyak Sukhdeve

We also have a web version of the app with more features and better features, check that project here

https://user-images.githubusercontent.com/28570857/178106216-25d91b1c-06cf-42fa-85fc-cf3540868b1f.png

Features and Interfaces

  1. Login Page

    • Login with the provided user id and password
    • Powered by JWT tokens
  2. Home page

    • Shows all the exams assigned to the user
    • The user can start an exam only on the correct timeslot
    • Logout through button in the app bar
  3. Exam Page

    • The user can answer MCQ-based questions

    • The user can also view their progress

    • image

  4. AI-powered face motion detector

    • We've used Google's on-device ml-kit to track the motion of the user's face.

    • We can check if a user is trying to cheat by monitoring the position of their face

    • image

Tech stack

Frontend
  • Flutter
  • MobX + Provider
Backend
  • Nodejs
  • Express
  • MongoDB
Frontend
  • Next.js (React)
  • TypeScript
  • Redux
Other Tools
  • Google's on-device ML Kit

Points to remember while testing the app

  1. First setup the backend by following instructions in this repository
  2. When testing on android emulator, if you get a connection error use http://10.0.2.2/ instead of localhost
  3. iOS emulator doesn't support camera, this will give an error, use a real device to test AI features.
  4. On real devices, make sure your PC and mobile are connected to same network, use network IP address instead of localhost
  5. Don't forgot the PORT number
  6. Allow permissions for camera and mic when asked
  7. Make sure the BACKEND_URL is appended with /api

Instructions

  1. Import the project through Android Studio or clone it
    • https://github.com/prathamesh-mutkure/anti-cheat-exam-app.git
  2. Install flutter packages
    • flutter pub get
  3. Generate store classes
    • flutter packages pub run build_runner build
  4. Create a .env file and set the following variables
    • BACKEND_URL
  5. Connect your device or emulator and run the app
    • flutter run
  6. The app is now running

Useful Links

Need help?

Feel free to contact me on Twitter or LinkedIn, know more about me at prathamesh.co

Twitter Instagram