Jude James

Jude James

Hi, I'm Jude James, a final year Computer Science undergraduate at the University of Sussex. I am experienced in Java, C# .NET, Python, OOP, and Software Engineering. I have recently enjoyed implementing with tools such as Node.JS, FastAPI, HTML, CSS & JS.

Code. Blood. Mild workplace horror.

Recent Blogs

Projects

Face Detection Model

Computer vision task, using SIFT and a regression model to predict facial landmark features.

github.com/jude-james/Face-Alignment-with-Cascaded-Regression

JWav Player

A unique WAV player, allowing you to load in any .wav file and play around with a number of playback options on the fly.

github.com/jude-james/JWav-Player

Mini Dictionary

A simple dictionary app, allowing you to search for words and listen to their pronunciation. Uses the free dictionary API and the Java Jackson library to serialise JSON strings into objects.

github.com/jude-james/dictionary

Property Tycoon

A fully featured property trading board game, inspired by Monopoly. Submission for Software Engineering group project, achieving the highest grade in the year.

github.com/jude-james/PropertyTycoon

TFTP Client-Server

An implementation of the Trivial File Transfer Protocol (TFTP) using the User Datagram Protocol (UDP). This implementation follows the specification outlined in RFC 1350, but a slightly simplified version: support for octet mode only, and support only for error handling when the requested file cannot be found.

github.com/jude-james/TFTP-UDP-Server

Movie Recommendation Bot

An AI powered chat bot named Ransom, who intelligently recommends movies to you based on your mood and preferences. Built with vanilla JS, and FastAPI python backend.

github.com/jude-james/movie-recommender