An open-source initiative to transform remote assessment integrity using cutting-edge AI technology.
π Features βοΈ Installation ποΈ Architecture π Usage π€ Contributing π₯ Community
Please refer to our CONTRIBUTING.md for contribution guidelines.
We value your feedback! Please take a moment to fill out the Google Form and contribute to improving our project.
π Google Form - Participate Now!
π Stars | π΄ Forks | π Issues | π Open PRs | π Close PRs |
This project introduces a cutting-edge AI-powered proctoring system designed to maintain fairness, security, and integrity in remote assessments. By leveraging advanced machine learning techniques, this system redefines how online tests are monitored.
Watch our community demo:
|
|
|
|
-
Database Integration
-
Features Integration
-
UI/UX Improvements
-
Features Development
|
|
- Fork the repository.
- Create a feature branch:
git checkout -b feature-name
- Commit your changes:
git commit -m "Add your feature"
- Push to the branch:
git push origin feature-name
- Open a pull request for review.
Directory structure:
βββ hiteshydv001-guard-ai-designing-remote-proctoring-system/
βββ README.md
βββ CONTRIBUTING.md
βββ FAQ.md
βββ Procfile
βββ index.html
βββ lips_movement_detection.py
βββ requirements.txt
βββ requiremnts.txt
βββ server.py
βββ GazeTracking/
β βββ example.py
β βββ requirements.txt
β βββ gaze_tracking/
β βββ __init__.py
β βββ calibration.py
β βββ eye.py
β βββ gaze_tracking.py
β βββ pupil.py
β βββ trained_models/
β βββ shape_predictor_68_face_landmarks.dat
βββ Guard-AI_AudioDetection/
β βββ README.md
β βββ main.py
β βββ requirements.txt
β βββ .DS_Store
β βββ app/
β β βββ __init__.py
β β βββ audio_capture.py
β β βββ noise_reduction.py
β β βββ .DS_Store
β β βββ __pycache__/
β β βββ alerts/
β β β βββ alert_system.py
β β β βββ logger.py
β β β βββ __pycache__/
β β βββ detection/
β β βββ keyword_detection.py
β β βββ __pycache__/
β βββ assets/
β β βββ logs/
β β β βββ event_log.json
β β βββ samples/
β βββ tests/
β βββ test_audio_capture.py
βββ HeadPoseDetect/
β βββ README.md
β βββ head_app.py
β βββ head_pose_detection.py
β βββ index2.html
βββ HeadPoseEstimation/
β βββ README.md
β βββ anomaly_detection.py
β βββ demo.py
β βββ face_detection.py
β βββ face_landmarker.py
β βββ face_landmarker.task
β βββ head_pose_estimation.py
β βββ requirements.txt
β βββ session.py
β βββ yolov11n-face.pt
β βββ Suspicious Activity/
β β βββ User1/
β β βββ 2025-01-08/
β β β βββ 19_54_13/
β β β βββ logs.json
β β β βββ Captures/
β β β βββ Frequent Head Movement/
β β β βββ More than 1 face/
β β β βββ No face/
β β β βββ Prolonged Looking Away/
β β βββ 2025-01-09/
β β β βββ 11_30_40/
β β β β βββ logs.json
β β β β βββ Captures/
β β β β βββ Frequent Head Movement/
β β β β βββ More than 1 face/
β β β β βββ No face/
β β β β βββ Prolonged Looking Away/
β β β βββ 11_38_04/
β β β βββ logs.json
β β β βββ Captures/
β β β βββ Frequent Head Movement/
β β β βββ More than 1 face/
β β β βββ No face/
β β β βββ Prolonged Looking Away/
β β βββ 2025-01-12/
β β βββ 22_50_36/
β β βββ logs.json
β β βββ Captures/
β β βββ Frequent Head Movement/
β β βββ More than 1 face/
β β βββ Prolonged Looking Away/
β βββ templates/
β βββ calibrate.html
β βββ hello.html
β βββ index.html
β βββ proctering_screen.html
β βββ stop_proctering.html
βββ demo/
β βββ Readme.md
βββ images/
βββ main-web-vecel/
β βββ Readme.md
β βββ components.json
β βββ middleware.ts
β βββ next.config.mjs
β βββ package.json
β βββ pnpm-lock.yaml
β βββ postcss.config.mjs
β βββ tailwind.config.ts
β βββ tsconfig.json
β βββ .env
β βββ .eslintrc.json
β βββ .gitignore
β βββ app/
β β βββ globals.css
β β βββ layout.tsx
β β βββ page.tsx
β β βββ (root)/
β β β βββ loading.tsx
β β β βββ candidate/
β β β β βββ page.tsx
β β β βββ features/
β β β β βββ capture/
β β β β β βββ page.tsx
β β β β βββ showcase/
β β β β β βββ page.tsx
β β β β βββ trust/
β β β β βββ page.tsx
β β β βββ proctor/
β β β βββ page.tsx
β β βββ Signin/
β β β βββ [[...sign-in]]/
β β β βββ page.tsx
β β βββ Signup/
β β βββ [[...sign-up]]/
β β βββ page.tsx
β βββ components/
β β βββ icons/
β β β βββ discord-icon.tsx
β β β βββ github-icon.tsx
β β β βββ linkedin-icon.tsx
β β β βββ x-icon.tsx
β β βββ layout/
β β β βββ navbar.tsx
β β β βββ tabswitchpopup.tsx
β β β βββ theme-provider.tsx
β β β βββ toogle-theme.tsx
β β β βββ usealert.tsx
β β β βββ sections/
β β β βββ benefits.tsx
β β β βββ community.tsx
β β β βββ contact.tsx
β β β βββ faq.tsx
β β β βββ features.tsx
β β β βββ footer.tsx
β β β βββ hero.tsx
β β β βββ pricing.tsx
β β β βββ services.tsx
β β β βββ sponsors.tsx
β β β βββ team.tsx
β β β βββ testimonial.tsx
β β βββ ui/
β β βββ accordion.tsx
β β βββ alert-dialog.tsx
β β βββ alert.tsx
β β βββ animation-container.tsx
β β βββ avatar.tsx
β β βββ badge.tsx
β β βββ button.tsx
β β βββ card.tsx
β β βββ carousel.tsx
β β βββ collapsible.tsx
β β βββ dialog.tsx
β β βββ dropdown-menu.tsx
β β βββ form.tsx
β β βββ icon.tsx
β β βββ input.tsx
β β βββ label.tsx
β β βββ navigation-menu.tsx
β β βββ placeholder.tsx
β β βββ popover.tsx
β β βββ progress.tsx
β β βββ scroll-area.tsx
β β βββ select.tsx
β β βββ separator.tsx
β β βββ sheet.tsx
β β βββ skeleton.tsx
β β βββ slider.tsx
β β βββ switch.tsx
β β βββ table.tsx
β β βββ tabs.tsx
β β βββ textarea.tsx
β β βββ toast.tsx
β β βββ toaster.tsx
β β βββ tooltip.tsx
β βββ hooks/
β β βββ use-toast.ts
β βββ lib/
β β βββ utils.ts
β βββ public/
β β βββ proctor-animation.json
β β βββ s1.json
β β βββ s2.json
β β βββ security-dark.json
β β βββ security-light.json
β βββ .vscode/
β βββ settings.json
βββ project-static-info-website/
β βββ Readme.md
β βββ css/
β β βββ styles.css
β βββ img/
β βββ js/
β β βββ main.js
β βββ scss/
β βββ styles.scss
βββ .github/
βββ ISSUE_TEMPLATE/
β βββ bug_report.md
β βββ custom.md
β βββ feature_request.md
βββ workflows/
βββ static.yml
We warmly welcome contributions from developers of all skill levels! Here's how you can help:
graph TD
A[Fork Repository] --> B[Create Branch]
B --> C[Make Changes]
C --> D[Commit Changes]
D --> E[Push to Branch]
E --> F[Create Pull Request]
- Look for issues tagged with
good-first-issue
- Join our community discussions for guidance
- π¬ Join our Discord Server
- π Connect on LinkedIn
- π¦ Follow us on Twitter
- π§ Contact maintainers: [email protected]
Thanks to these wonderful people:
This project is licensed under the MIT License - see the LICENSE file for details.
- All our amazing contributors
- Social Winter of Code for selecting our project
- FastAPI
Made with β€οΈ by the Guard AI Community