Explore the milestones and achievements of EpochDev through our past hackathons and workshops.
This workshop introduced attendees to object detection, a core computer vision task focused on locating and classifying objects within images. Participants explored how modern systems have evolved from traditional feature engineering to deep learningβbased approaches, with a strong emphasis on YOLO (You Only Look Once) for real-time detection. The session concluded with a guided, hands-on walkthrough of fine-tuning YOLO on a custom football dataset.
Attendees worked with a real object detection pipeline using YOLO, fine-tuned on a football dataset sourced via Roboflow. π GitHub: Object Detection
git clone https://github.com/Epochdev0/Object-Detection.gitcd Object-Detectionpython -m venv .venv && . .venv/bin/activate (macOS/Linux)python -m venv .venv && .\\.venv\\Scripts\\activate (Windows)
pip install -r requirements.txtThis extended session built on the foundations from Workshop #1 and transitioned into the world of neural networks and model optimisation. Participants explored hands-on examples of how modern computer vision systems are trained and stabilised using techniques like batch normalisation and dropout. The session also introduced integrating trained models into real-world applications, showing how deep learning pipelines can move from notebooks into production-ready solutions.
The extended workshop used the official EpochDev Computer Vision repoβs Part 2 materials. π GitHub: Computer-Vision-for-AI-101 (Part 2)
git clone https://github.com/Epochdev0/Computer-vision-for-AI-101.gitcd "Computer-vision-for-AI-101/Part - 2"python -m venv .venv && . .venv/bin/activate (macOS/Linux)python -m venv .venv && .\\.venv\\Scripts\\activate (Windows)
pip install -r requirements.txtOur first workshop introduced the fundamentals of Computer Visionβpixels, features, and simple recognition pipelinesβwith a short live demo and hands-on practice.
A clean baseline digit classifier on the MNIST dataset with training + evaluation scripts.
π GitHub: MNIST-Classification
git clone https://github.com/Epochdev0/MNIST-Classification.gitcd MNIST-Classificationpython -m venv .venv && . .venv/bin/activate (macOS/Linux)python -m venv .venv && .\\.venv\\Scripts\\activate (Windows)
pip install -r requirements.txtpython train.pypython evaluate.py or open the provided notebook
The NASA Space Apps Challenge united two innovative EpochDev teams tackling real-world space data challenges. Participants built advanced AI tools for interpreting astronomical and biological datasets, combining creativity and technical excellence.
Members: Amir Freer, Aditya Patil, Edward Chvainickas, Enis ΕimΕΔ°R, Harsha Varthan
Members: Anujin Ariunbold, Dhruv Waghela, Pawan Badsewal, Manisha Mani, Deepak Chandra Nallamothu, Temuulen Munkhtaivan, Johnpaul Ajuzie
Access our curated collection of learning materials, tools, and community resources
Our official Instagram page
Access our open-source projects
In Workshop π οΈ