CTF PROJECTS & RESEARCH - 2025 RECRUITMENT TASK
PROJECT NAME: OmegaWatch
TEAM LEAD NAME: Mohammed Madhih H
CONTACT: 9360463581
TASK:
Technical Questions (You can answer your interested Domain Specific Questions):
Software:
1. AI/ML DOMAIN : (Eligibility : CSE/IT)
Task:
train and test different models, including CNN and other modern architectures (e.g. U-Net) on
the preprocessed dataset to identify the best-performing model for image classification and
pathfinding.
Note :
Preprocessed dataset can be under 2 categories one for Image classification and other for path
finding and the best model should be chosen by considering both the performances
Submission format :
Comparison report of different models’ performance, including accuracy, F1-score, and
confusion matrices. Additionally, submit a drive link which consists of the trained model file
at best configuration and DEMO video (MP4 format)
2. DATA VISUALIZATION DOMAIN : (Eligibility : GI)
Task :
Need to prepare a code to compute the relative distance between the camera and its object
using the image captured by the camera
Note :
Approximate values of distance is acceptable with + %10 of the actual distance
Submission format :
Submit the logical approach used as a report along with drive link consisting of the demo
video (MP4 format) and Code file.
3. UI/UX DESIGN DOMAIN : (Eligibility : CSE/IT)
Task :
Design a user interface that can display annotated 2D blueprints, showing evacuation paths.
The UI should be intuitive and provide easy navigation for different rescue scenarios.
Note :
The UI should be integrated with AI outcomes for different disaster scenarios,the Model used
can be a pretrained one, Main thing is to reflect the paths based on the AI models outcome on
the UI .
Submission format:
Webpage can be submitted as a link and also submit a Drive link consisting of the DEMO
video(MP4 format)
IMPORTANT NOTE : Under software domain everybody must submit their GitHub profile
Electronics:
4. EMBEDDED SYSTEM AND COMMUNICATION SYSTEM DOMAIN : (Eligibility :
ECE/EEE)
Task :
Develop a code that collects GPS data at regular intervals to log the changing location of the
GPS module over a specified period of time. The code should store the data points (latitude,
longitude, and timestamp) in a structured format and provide a basic analysis of the movement
pattern.
Note :
Data should be collected and save the latitudes and longitudes of the collected with a time
stamp ,You can use the GPS simulator instead of the GPS module for inputs
GPS SIMULATOR >> Click Here...
Submission Format :
Submit a detailed report on the collection of real time data from the GPS module integrated
with a drone and along with a G-drive link of the code file you developed