PARASFOLIO

Dreamer & Doer
0%
Navodayan • IIT Jodhpur • learner

Hello, I'm Paras

BS in Applied AI & Data Science student @ IIT Jodhpur

Building robust, intelligent applications at the intersection of deep neural analytics, mathematical modeling, and production-grade software infrastructures.

Paras 3D Avatar
Identity Verified

PARAS

AI & Data Science Student
01. Manifesto

I don't just use models.
I dissect their anatomy.

My engineering foundation is built on absolute logical rigour. Forged in the intense residential environments of JNV and Sikar, I approach data science from a mathematical, first-principles perspective.

Currently pursuing a BS in Applied AI & Data Science at IIT Jodhpur, I bridge the gap between abstract mathematics and production-grade software. I specialise in machine learning, full-stack web development, and Android architectures. To me, a model is only as powerful as the infrastructure that serves it. I don't just train architectures—I build the real-world pipelines that make them scale.

core_philosophy.sh
~ $ echo $APPROACH
> 1. Ingest Data Patterns
> 2. Architect Neural Topology
> 3. Optimize Hyperparameters
> 4. Deploy Scalable API
~ $ _
Academic Standing
8.28 CGPA

Consistent high performance in rigorous technical curriculum.

Specialization
Deep Learning
& NLP

Transformer architectures and large language models.

Engineering Mindset
Production First

I don't just train models in Jupyter notebooks. I containerize, deploy, and monitor them using industry-standard MLOps practices.

Education

IIT Jodhpur

Currently pursuing a BS in Applied AI & Data Science with a strong focus on Machine Learning, Artificial Intelligence, Statistics, Programming, and Data Analytics.

Goal

Chasing a better version of tomorrow

Focus

ML • AI • Android • Web

IIT Jodhpur Campus
02. Chronology

The Data Pipeline.

A systematic progression through rigorous academic environments, building the mathematical and algorithmic foundation required for advanced AI research.

2025 — Present

IIT Jodhpur

BS in Applied AI & Data Science

Focusing entirely on deep learning architectures, scalable data pipelines, automated machine learning (MLOps), and advanced statistical algorithms.

Core Modules
AI Data Structures ML
2024 — 2025

ALLEN Sikar / S.G.R.

12th Grade — Sikar, Rajasthan

JEE Preparation and 12th board diagnostics execution. Intensive quantitative problem solving.

2023 — 2024

JNV Sandhuan

11th Grade — Punjab

11th standard systematic progression under residential system criteria.

2018 — 2023

JNV Kikarwala Roopa

6th to 10th Grade — Punjab

6th - 10th standard foundational reasoning modules execution.

03. Capabilities

Technology Stack.

Core Languages

Advanced algorithmic optimization, data structuring, and backend scripting.

Python

ML / Deep Learning

Architecting CNNs, RNNs, and custom neural networks for predictive analysis.

PyTorch TensorFlow Scikit-learn

Data Science

Data parsing, feature engineering, and high-dimensional statistical modeling.

Pandas NumPy Matplotlib

NLP & Gen AI

Integrating Large Language Models, semantic parsing, and RAG architectures.

LangChain Gemini API HuggingFace

Additional Skills

Python Kotlin Machine Learning Deep Learning NLP Data Analytics Android Development Next.js Tailwind CSS Supabase Firebase Git GitHub Gemini API Power BI Tableau

8.28

Current CGPA

5+

Projects

10+

Technologies

2025

Started AI Journey

04. Architecture in Action

Engineered Systems.

A selection of end-to-end applications demonstrating my ability to build robust machine learning models, from scratch frameworks, to applied GenAI tools.

Neural Net From Scratch

Most ML coursework treats backprop as a library call. I wanted to know what model.fit() actually does under the hood — so I built the engine myself: a PyTorch-style Sequential container with Dense layers, ReLU, Softmax + Cross-Entropy, and SGD/Adam optimizers, all hand-derived from matrix calculus in raw NumPy. Trained end-to-end on MNIST, it reaches ~97% test accuracy — with zero PyTorch or TensorFlow anywhere in the stack.

Python NumPy Mathematics
Core ML

CodeBridge

Feeding a whole legacy file to an LLM in one shot reliably produced hallucinated variables and truncated logic — context windows just aren't built for large-scale refactors. My fix: a Python backend that parses each file into an Abstract Syntax Tree first, breaks it into self-contained semantic chunks, translates each in isolation, then re-stitches the result — preserving type information and structure throughout. Ships as a real VS Code extension.

TypeScript Python / AST GPT-4o

Aegis AI

Manual PR review doesn't scale — reviewers skim, security issues slip through, and feedback loops stretch for days. Aegis AI turns a pull request into a structured engineering audit instead: an overall score, risk level, severity-classified findings (with confidence ratings, not just "this looks wrong"), and fixes linked directly to the issue they address. Gemini + LangGraph drive the analysis; a FastAPI/Celery/Redis pipeline handles webhooks asynchronously so GitHub never times out waiting on the AI, and a Streamlit dashboard surfaces review history and trends from Supabase.

Python LangGraph Gemini API FastAPI Streamlit
DevSecOps
Behind The Work

Photos.

Deployment Matrix

Open Source

Active open-source contributions, research logs, and version control mastery. My GitHub is the public ledger of my daily coding, data engineering, and deployment habits.

parasbishnoi029 / contributions 12 public repos • 40+ ★ total • mostly Python
Grid is a decorative pattern — stat updates live if API is responsive.

CI/CD Pipeline Status

Passing
Lint & Test
Build Image
Push Registry
Deploy Model
main branch synced v1.4.2-stable
05. Activities

Beyond the Code

Academic Research

Engaging deeply with IIT Jodhpur curriculum data science projects, focusing on statistical modeling optimizations.

Technical Writing

Documenting machine learning roadblocks, architectural decisions, and MLOps strategies for future reference.

Validation

Certifications & Awards.

Machine Learning Foundation

Comprehensive mastery of core supervised and unsupervised algorithms.

Verified Credential

Data Science Core

Advanced data analysis, cleaning methodologies, and structuring pipelines.

Verified Credential

Hackathon Participant

Proven ability to rapid-prototype, build, and deploy ML models under strict deadlines.

Competition Log

Google AI Studio

Google Cloud Skills Boost

Kaggle

IIT Jodhpur Coursework

Upcoming Certifications

05. Handshake Protocol

Initiate
Connection.

I am actively seeking machine learning internships, open-source collaborations, and rigorous data science roles.

Whether you are building scalable AI architectures, need an Android integration, or just want to discuss transformer models—my inbox is always open. Let's engineer something impactful.

~/paras/contact_api.py
import paras_portfolio as ai

# Initialize developer instance
dev = ai.Developer(
    name="Paras Bishnoi",
    role="AI & Data Science Engineer",
    location="IIT Jodhpur, India"
)

# Request connection payload
def establish_connection():
    return {
        "email": "parasbishnoi012@gmail.com",
        "github": "github.com/parasbishnoi029"
    }

# Fetch Resume
dev.download_resume()