Skip to content
View Infinage's full-sized avatar
👑
👑

Block or report Infinage

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
Infinage/README.md

Hi there! 👋

I’m Naresh Jagadeesan, and I hope you’re having a great day! Nice to e-meet you.

About Me

I’m an experienced Python developer who’s currently flirting with C++ to see if she’s the one. My GitHub is a mix of projects I’ve tinkered with, experiments I’ve run, and ideas I’ve tried to bring to life.

If you have suggestions to improve my code or are excited about collaborating, I’d love to hear from you!

📬 How to Reach Me


Projects

JSON Parser

Repository Link
A lightweight, header-only JSON library in C++ (json.hpp) that lets you parse, create, and validate JSON documents.

Redis Server Clone

Repository Link
A lightweight Redis server clone built in C++. Single threaded & uses raw sockets, how challenging could that be?

Age Prediction Using TensorFlow and OpenCV

Repository Link
A machine learning project exploring the end-to-end lifecycle of building, training, and deploying models. The predictions aren’t perfect, but the pipeline works great!

FingerNet

Repository Link
Built back in the day I was all gung-ho on deep learning. Machine learning models require a ton of data to reach good performance. How well can a model learn to classify with just a single training data sample?

Maze Generator & Solver

Repository Link
Mazes sounded fun, how about a nice game on the CLI? Implemented 5 generator algorithms (Wilson, Kruskal, Prim, Ellers, Backtracking) & 3 (Dijkstra, A*, Dead end filling) solver algorithms.

Ecom Trading

Repository Link
I once had a thing for web development, Javascript was this crazy party going gal that I couldn't simply resist. This is your average ecommerce website where you can both buy and sell your goods.

DSA

Repository Link
A DSA problem a day keeps unemployment away. Warning: I make a ton of commits here daily. Please don’t watch this repository unless you chill about getting spammed.

Pinned Loading

  1. cpp-experiments cpp-experiments Public

    My experiments with CPP

    C++ 1

  2. Age-Prediction Age-Prediction Public

    End-to-end machine learning project showcasing age prediction with a comprehensive pipeline, including TFLite conversion, live UI with TensorFlow.js, and Dockerized development environment.

    Jupyter Notebook 2

  3. maze maze Public

    Maze generator and solver

    Python

  4. FingerNet FingerNet Public

    Finger print verification using One shot learning

    Jupyter Notebook 8 1

  5. ecom-trading ecom-trading Public

    A node-js/react ecommerce application where users can trade items with one another

    JavaScript