Skip to content
View mannatrajsingh's full-sized avatar

Block or report mannatrajsingh

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
mannatrajsingh/README.md

banner

I'm a Computer Science & Social Sciences undergrad at IIIT-Delhi, building across Systems & Networking, Machine Learning, and Software Engineering. I like low-level code that respects how the machine works, and ML pipelines measured against baselines that actually prove value.


๐Ÿ› ๏ธ Skills & Tools

Programming Languages:

C C++ Python Java JavaScript HTML/CSS

Frameworks & Libraries:

PyTorch scikit-learn XGBoost Transformers pandas NumPy Matplotlib Node.js React Spring Boot Flask FastAPI JavaFX Figma

Tools & Platforms:

Git GitHub Linux MySQL MongoDB Docker VS Code LaTeX Google Colab IntelliJ IDEA


๐Ÿ Contribution Graph

snake


๐Ÿ“Š GitHub Stats


๐Ÿค Let's Connect

LinkedIn GitHub Email

Popular repositories Loading

  1. Multithreaded-File-Search-Engine Multithreaded-File-Search-Engine Public

    Concurrent word-search engine in C using POSIX threads and a mutex-protected work queue for balanced, thread-safe file processing, with PDF support via poppler and a live Tkinter results view.

    C

  2. Configurable-CPU-Scheduling-Simulator Configurable-CPU-Scheduling-Simulator Public

    CPU scheduling simulator in C implementing FCFS, SJF (preemptive and non-preemptive), priority, and round-robin, with Gantt charts and waiting/turnaround/fairness/starvation metrics to compare poliโ€ฆ

    C

  3. os-unix-shell os-unix-shell Public

    Minimal Unix shell in C using POSIX system calls - command execution via fork/execvp, built-ins (cd, exit, jobs), background jobs with &, job tracking, and signal handling (Ctrl+C/Ctrl+Z).

    C

  4. RISC-V-Assembler-and-Simulator RISC-V-Assembler-and-Simulator Public

    Python

  5. Movie-Recommendation-System Movie-Recommendation-System Public

    Evaluated recommender on MovieLens 100K โ€” CF baselines plus Funk SVD matrix factorization (RMSE 0.922), with an honest top-N ranking analysis.

    Jupyter Notebook

  6. erp-management-system erp-management-system Public

    Java Swing desktop ERP for students, instructors, and admins, with role-based access control, a separate hashed-password auth database, course/section management, CSV grade import-export, and a maiโ€ฆ

    Java