Skip to content
View FreddyyAndrews's full-sized avatar

Highlights

  • Pro

Block or report FreddyyAndrews

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
FreddyyAndrews/README.md

What’s Up, I’m Freddy! ✌️

Banner

📝 About Me

🎓 4th-Year Computer Engineering Student @ uOttawa — graduating Dec 2025
🧠 Passionate about intelligent systems, optimization, and analytics
📈 Metrics-driven developer: define KPIs → iterate → watch performance climb
♟️🏀 Big on chess and basketball (especially stats/analytics)

🛠️ I Worked at

Larus Technologies Canadian Centre for Cyber Security

🔗 Connect with Me

LinkedIn Email

🔧 Tech Stack

C++ Python Java VHDL Bash SQL scikit-learn Pandas NumPy OpenCV Kubeflow Google Cloud Microsoft Azure Git Linux LaTeX

🛠️ Featured Projects

♟️ FreddyyBot Chess Engine - C++, GTest, Performance Engineering

Build from scratch with custom board representation and move generation. Send it a challenge on Lichess

Demo

🏀 NBA MVP Predictor - Python, scikit-learn, pandas, matplotlib

Scikit-learn regressions trained on historical stats to predict MVP outcomes. Correctly predicted Nikola Jokic as 2023-2024 MVP.

🚁 TAILS Embedded System - Python, OpenCV, Edge AI, UART/SPI, LoRa, Raspberry Pi, GStreamer

Edge AI object detection and mapping for park rangers. Detects objects, gathers current GPS location, and transmits LoRa packets.

🏗️ Pipelined RISC Processor with Hazard Detection - VHDL, Quartus, FPGA, RISC

Pipelined RISC CPU in VHDL that executes programs correctly under pipeline hazards via custom data and control hazard detection.

🚦 Traffic Light Control System (UART Debuggable) - VHDL, FPGA, UART

Real-time traffic light controller with hardware inputs and live 9600-baud UART logging, deployed on Cyclone IV DE2-115.

🤝 Community Involvement

IEEE uOttawa WIE uOttawa Minds on AI uOttawa uOttawa Computer Chess Tournament — Organizer

🧭 How I Work

  • Define metrics first (Elo, accuracy, latency, score)
  • Build small, test fast, iterate with data
  • Prefer simple, explainable improvements with clear deltas

Pinned Loading

  1. FreddyyBot FreddyyBot Public

    C++ chess engine from scratch.

    C++ 2

  2. bravesirrobin358/Sweatris bravesirrobin358/Sweatris Public

    Python 2

  3. NBA-MVP-Predictor NBA-MVP-Predictor Public

    Linear regression models for accurately predicting NBA MVPs.

    Jupyter Notebook

  4. Oddly-Specific-NBA-Stat-Generator Oddly-Specific-NBA-Stat-Generator Public

    A fun tool for generating random oddly specific NBA stats.

    Python

  5. Twitter-Political-Sentiment-Analysis Twitter-Political-Sentiment-Analysis Public

    Forked from njweiss/TwitterPoliticalSentimentAnalysis

    Project for McHacks 10. Political sentiment analysis for tweets using Co:Here sentiment analysis technology.

    Python

  6. Traffic-Light-Control-System-With-UART Traffic-Light-Control-System-With-UART Public

    VHDL implementation of UART (universal asynchronous receiver / transmitter) for real-time debuggable traffic light control system.

    VHDL