Skip to content
View JavaNoTea's full-sized avatar

Highlights

  • Pro

Block or report JavaNoTea

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
JavaNoTea/README.md

👋 Hello, I'm Christian!

Welcome to my GitHub! I'm an AI Researcher and Computer Engineer based in Orlando, FL. My passion for solving complex problems has driven me to explore various areas within artificial intelligence and machine learning. I’m particularly interested in intelligent systems, deep learning, and explainable AI. Here, you'll find some of the projects I’ve worked on during my academic journey and research positions, as well as personal projects that showcase my skills.


🎓 Education

  • Master of Science in Computer Engineering
    University of Central Florida, 2024 - 2025
    Specialization: Intelligent Systems & Machine Learning

  • Bachelor of Science in Computer Science
    University of Central Florida, 2021 - 2023


💻 Skills

  • Programming Languages: Python, C, C++, C#, Java, Haskell, JavaScript, TypeScript, SQL
  • Frameworks & Libraries: PyTorch, Keras, OpenCV, Fast.ai, Wandb, React, React Native, Node
  • Software & Tools: Visual Studio, Eclipse, Valgrind, GNU, Unix, Blender, GIMP, Unity

🛠️ Projects

Dungeons and Dragons Dice Reader

PyTorch, ResNet, YOLOv8
Developed a dice reader application that processes video streams to detect and classify different types of dice used in D&D games. Used YOLO and ResNet for image cropping and classification, and built a dataset with hundreds of annotated images.

Sullivan’s Crypt

Unity, C#, GIMP, Blender, VR, XR Toolkit
Led a team as Scrum Master to develop Sullivan’s Crypt, a VR horror game with procedurally generated maps. Implemented efficient pathfinding algorithms like A* and Bowyer-Watson to ensure unique gameplay experiences.

UCF Hack-A-Day Winner

Knight Hacks 2023
Created a Chrome extension designed to make web navigation easier for elderly and disabled individuals. Our project won 1st place out of 30 teams.

and many more!


🌱 Interests

Outside of my work in AI and software development, I’m passionate about maintaining a healthy, well-rounded lifestyle. I enjoy running and going to the gym, which helps me stay disciplined and focused in both my personal and professional life. I’m also an avid guitar player, which fuels my creativity and problem-solving skills. I love exploring new cultures through travel and trying different cuisines—sushi is my favorite! My curiosity extends beyond just technology; I’m constantly learning about a wide range of topics, which keeps me adaptable and open to new ideas.


👀 Conclusion

Thanks for stopping by! Feel free to explore my projects, and don’t hesitate to reach out if you want to collaborate or discuss any research. I’m always looking for new challenges and opportunities to grow.


📧 Email: christiankingcompsci@gmail.com
🌐 Portfolio: christianking.dev


Pinned Loading

  1. COP4331---Small-Project---Group-23 COP4331---Small-Project---Group-23 Public

    Welcome to Demo Gods, an arcade themed contact viewer. This project was developed by a team of five developers for a Processes of Object Oriented Programming class assignment. The name serves as a …

    JavaScript 3 1

  2. Hack-A-Day-2023 Hack-A-Day-2023 Public

    We are pleased to introduce WebWise, a Chrome extension aimed at improving the internet browsing experience for elderly and disabled individuals. The project was developed within 8 hours at the UCF…

    CSS 1

  3. Maze-Solver-JavaFX- Maze-Solver-JavaFX- Public

    A program that implements JavaFX UI to build mazes with walls and teleporters. Utilizes a breadth-first search algorithm to find the optimal solution to the maze.

    Java