Previous Events

Explore the milestones and achievements of EpochDev through our past hackathons and workshops.

CV101 Part 2 overview
CV101 Part 2 overview
Extended Session Kickoff
hands-on coding
Presentation
presentation
Hands-on Coding Session
demo moment
Hands-on Coding Session

🧠 Computer Vision 101 β€” Part 2 (Extended Session)

  • πŸ“… Date: November 4th 2025
  • πŸ“ Location: National College of Ireland - Mayor Square Building Room 4.18
  • πŸ‘₯ Participants: 15

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.

πŸ“˜ Workshop Outline

  • 🧩Quick recap of convolutional layers & feature maps
  • βš™οΈBatch Normalisation & Dropout β€” why they matter
  • πŸ€–Building and testing small neural networks
  • πŸš€Model integration and real-world deployment insights

🌟 Project Spotlight β€” Computer Vision for AI 101 (Part 2)

The extended workshop used the official EpochDev Computer Vision repo’s Part 2 materials. πŸ”— GitHub: Computer-Vision-for-AI-101 (Part 2)

  • βš™οΈStack: Python + TensorFlow/Keras + OpenCV
  • 🎯Goal: connect classical CV with neural network implementation

πŸ“š Resources

  • πŸ§ͺ Part-2 Repository
  • πŸ”— LinkedIn Post
  • πŸ’Ύ Code Examples (quick start)
    1. git clone https://github.com/Epochdev0/Computer-vision-for-AI-101.git
    2. cd "Computer-vision-for-AI-101/Part - 2"
    3. Create env (pick one):
      python -m venv .venv && . .venv/bin/activate (macOS/Linux)
      python -m venv .venv && .\\.venv\\Scripts\\activate (Windows)
    4. pip install -r requirements.txt
    5. Run demo notebooks or scripts to explore the models
View Full Post on LinkedIn
ComVision 101
ppt session
Presentation Session
ppt session
Presentation Session
pizza
Pizza Time! πŸ•
nerd
β˜οΈπŸ€“
demo
Live Code Demo
session
During The Session
session
During The Session

🧠 Computer Vision 101 Workshop

  • πŸ“… Date: October 16th 2025
  • πŸ“ Location: National College of Ireland - Spencer Dock Building Room 3.05
  • πŸ‘₯ Participants: 15

Our first workshop introduced the fundamentals of Computer Visionβ€”pixels, features, and simple recognition pipelinesβ€”with a short live demo and hands-on practice.

πŸ“˜ Workshop Outline

  • πŸ“·Image basics: pixels, channels, resolution
  • πŸ”Edges & features at a glance
  • 🧠From features to simple classifiers
  • πŸ’»Mini live demo

🌟 Project Spotlight β€” MNIST Classification

A clean baseline digit classifier on the MNIST dataset with training + evaluation scripts.
πŸ”— GitHub: MNIST-Classification

  • βš™οΈStack: Python + DL framework (see repo)
  • 🎯Goal: quick, reproducible baseline for CV101

πŸ“š Resources

  • πŸ“‘ Slides
  • πŸ§ͺ MNIST-Classification Repo
  • πŸ’Ύ Code Examples (generic)
    1. git clone https://github.com/Epochdev0/MNIST-Classification.git
    2. cd MNIST-Classification
    3. Create env (pick one):
      python -m venv .venv && . .venv/bin/activate (macOS/Linux)
      python -m venv .venv && .\\.venv\\Scripts\\activate (Windows)
    4. pip install -r requirements.txt
    5. Run training (example): python train.py
    6. Evaluate/visualise (example): python evaluate.py or open the provided notebook
View Full Post on LinkedIn
NASA Space Apps Hackathon

🌌 NASA Space Apps Challenge 2025

  • πŸ“… Date: October 4th - 5th, 2025
  • πŸ“ Location: National College of Ireland, Dublin
  • πŸ‘₯ Teams: 2 (6-7 participants each)

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.

πŸš€ Team 1: EpochDevNLP

Members: Amir Freer, Aditya Patil, Edward Chvainickas, Enis ŞimşİR, Harsha Varthan

  • πŸ”— Visual knowledge graphs connecting experiments, genes, and findings
  • πŸ’¬ Natural-language chatbot with referenced answers
  • πŸ“Š Interactive charts and filtering tools

πŸ›°οΈ Team 2: EpochDev ComV

Members: Anujin Ariunbold, Dhruv Waghela, Pawan Badsewal, Manisha Mani, Deepak Chandra Nallamothu, Temuulen Munkhtaivan, Johnpaul Ajuzie

  • ⚑ExoVision β€” classifies light-curve signals in seconds using Kepler-inspired features
  • πŸ“ˆ Real-time single-signal and scalable batch mode (CSV upload)
  • 🧠 Stack: XGBoost, FastAPI, React
  • 🌍 Sustainability: optimized compute and cloud-friendly deployment
  • πŸ”­ Roadmap: deep learning integration, live updates, and open collaboration
View Full Post on LinkedIn

Learning Resources

Access our curated collection of learning materials, tools, and community resources