Explore the milestones and achievements of EpochDev through our past hackathons and workshops.
This 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 π οΈ