You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An AI-powered proctoring tool for secure online exams. Uses YOLOv5 for object detection, MTCNN for face detection, YAMNet for audio detection, and PyQt5 for the UI. Enforces fullscreen mode, disables shortcuts, and provides real-time monitoring with violation tracking. Scalable and resource-efficient.
Mini programming language interpreter implementing lexical analysis, parsing, AST construction, and execution. Developed for CS609 Advanced Programming Languages.