AI & Data Science · IIT Jodhpur · 2025

Suresh Jangid

//

First-year B.S. student at IIT Jodhpur building real-world AI — financial intelligence, trading bots, RL agents, and Pinterest AI. Every project is open-source on GitHub.

suresh@iitj — python3 profile.py
import suresh_jangid
# Booting AI developer profile...
 
institute = "IIT Jodhpur"
degree = "B.S. AI & Data Science"
cgpa = 8.7 # out of 10
projects = 6 # all open-source
best_acc = 91% # loan classifier
stack = ["PyTorch", "GPT", "RL"]
status = "open_to_work"
 
suresh.build("future")
→ Ready. Let's go. 🚀
0
CGPA /10
0
Best Acc%
0
Projects
0
% Time Saved
00 · About

The Person Behind the Code

"

The best models aren't just accurate — they're understandable, fair, and built to solve real problems for real people. I build AI not to impress, but to improve.

— Suresh's Engineering Philosophy
🎯
Goal-Driven Builder

Every project starts with a real problem — loan approval bias, trading noise, RL instability, even Pinterest automation. If it doesn't solve something, it doesn't ship.

🔓
Open Source by Default

All 6 projects live publicly on GitHub — fully documented. Building in the open is how I get honest feedback and contribute to the community.

📡
Cross-Discipline Thinker

Finance × NLP, RL × game theory, automation × vision — I live at intersections where the most interesting ML problems hide.

🚀
Still Early. Moving Fast.

First year at IIT Jodhpur. Already shipped 1 internship, 6 open-source projects, and 1 hackathon entry. The best work is still ahead.

01 · Skills

Technical Arsenal

Live Now

Currently deepening: Transformer architecture from scratch, advanced RL (PPO, SAC, TD3), and deploying ML models as REST APIs using FastAPI + Docker.

🧠
Core ML / AI — Daily Drivers
PyTorch82%
Scikit-learn88%
XGBoost / Gradient Boosting85%
NLP — NLTK, spaCy, Transformers78%
OpenAI GPT API Integration82%
Reinforcement Learning (PPO)70%
💻
Languages
PythonSQL JavaScriptHTML / CSS
📊
Data & Dev Tools
PandasNumPy MatplotlibMySQL JupyterColab Git / GitHubOrange DialogflowOpenAI Gym
02 · Journey

How I Got Here

2025 – Present
B.S. AI & Data Science — IIT Jodhpur
Indian Institute of Technology, Jodhpur

Joined one of India's premier technical institutes. Maintaining 8.7 CGPA while running live ML projects and competing in international hackathons. Coursework: ML, Deep Learning, NLP, Data Engineering, Computational Statistics.

CGPA 8.7IIT JodhpurAI Research Track
Nov – Dec 2025
ML Engineering Intern — Future Interns
Remote Internship

Built a production sales forecasting dashboard (10K+ data points, −40% reporting time) and deployed an NLP chatbot with ~85% intent accuracy using GPT + Dialogflow. Resolved 3 critical business bottlenecks.

ML PipelinesNLPGPT APIAutomation
2025
Meta × PyTorch OpenEnv Hackathon
Scalar School × Meta AI × PyTorch

Competed in Meta AI-backed RL hackathon. Implemented deep RL agents across 5 OpenAI Gym environments using PPO — achieving policy convergence within 500 episodes. Code fully open-sourced.

RL / PPOMeta AIPyTorch
2025
Campus Ambassador — Blithchron
IIT Gandhinagar Flagship Tech Festival

Represented IIT Jodhpur at IIT Gandhinagar's flagship festival. Built cross-IIT networks and drove student engagement across top engineering campuses.

LeadershipIIT NetworkOutreach
03 · Experience

Where I've Worked

Nov — Dec 2025
Future Interns · Remote
Internship
Machine Learning Engineering Intern
  • Developed automated sales forecasting dashboard processing 10,000+ data points, cutting manual reporting time by ~40% through smart pipeline automation.
  • Built NLP-driven customer support chatbot using OpenAI GPT + Dialogflow, reaching ~85% intent accuracy in production sessions.
  • Diagnosed and resolved 3 critical bottlenecks via data pipeline automation — directly improving operational efficiency across multiple teams.
04 · Projects

All 6 Things I've Built

01 · Automation AI HTML
Pinterest Agent
✓ AI-Powered✓ MIT License

An intelligent Pinterest automation agent built with HTML + AI. Automates pin browsing, content curation, and interaction workflows — combining browser automation with AI decision-making for smart social media management.

HTMLAI AgentAutomationMIT
View on GitHub ↗
02 · FinTech AI HTML ★1
SwingPro AI — NSE/BSE Intelligence
✓ 500+ Stocks✓ Live Feeds

Real-time AI trading assistant for Indian markets. Fuses live NSE/BSE price data, RSI/MACD technical indicators, and GPT-powered news sentiment analysis into clear buy/sell signals with explainable reasoning.

PythonNLPFinance APIsGPTHTML
View on GitHub ↗
03 · Hackathon · RL Python
Meta × PyTorch OpenEnv Hackathon
✓ 5 Environments✓ <500 Episodes

Competed in Meta AI-backed RL hackathon at Scalar School. Implemented deep RL agents using PPO across 5 OpenAI Gym environments, achieving consistent policy convergence. One of the most challenging builds to date.

PyTorchPPO / RLOpenAI GymPython
View on GitHub ↗
04 · Fintech ML Jupyter ★1
Creditwise Loan Approval System
✓ 91% Accuracy↓ 18% Variance

Intelligent ML loan approval classifier supporting accurate, unbiased financial decisions. XGBoost & Logistic Regression trained on 10+ financial/demographic features with cross-validated pipeline engineering.

PythonXGBoostScikit-learnJupyter
View on GitHub ↗
05 · Data Analysis Python
Capstone Data Analysis Project
✓ End-to-End Pipeline

Comprehensive data analysis capstone covering the full data science pipeline — from raw data ingestion with Python & Pandas, spreadsheet processing, Orange ML toolkit exploration, to MySQL-backed reporting and insights generation.

PythonPandasOrangeMySQLSpreadsheet
View on GitHub ↗
06 · NLP / Bot Python
Hackathon Updates Chatbot
✓ Real-Time Updates

A Python chatbot built to deliver live hackathon news and updates. Fetches the latest hackathon listings, deadlines, and registration info — keeping student communities informed without manual monitoring.

PythonNLPChatbotAPI Fetching
View on GitHub ↗
0%
Peak Model Accuracy
Creditwise loan classifier
0K+
Data Points Processed
Sales forecasting dashboard
0
Open Source Projects
All live on GitHub
0
RL Episodes to Converge
Meta × PyTorch hackathon
05 · Education

Where I Study

Indian Institute of Technology, Jodhpur
B.S. Artificial Intelligence
& Data Science
Duration
2025 – Present
Location
Jodhpur, Rajasthan
Program
B.S. (4-Year)
Pursuing a rigorous AI & Data Science programme at one of India's premier engineering institutes — combining deep theoretical foundations in statistics, probability, and ML with applied project work in NLP, financial AI, and reinforcement learning.
Machine LearningDeep Learning NLPData Engineering Computational StatisticsLinear Algebra
8.7
CGPA / 10
06 · Currently

What I'm Learning Now

🤖
Transformer Architecture

Building attention mechanisms and multi-head attention from scratch in PyTorch — going beyond just using HuggingFace APIs.

Progress65%
🎮
Advanced RL — SAC & TD3

Going deeper into policy gradient methods beyond PPO. Exploring real-world decision applications outside classic game environments.

Progress55%
ML Deployment — FastAPI + Docker

Productionizing models with FastAPI and Docker — bridging the gap between Jupyter notebooks and real deployed applications.

Progress40%
07 · Recognition

Achievements & Activities

🏆
Meta × PyTorch Hackathon Participant

Selected to compete in OpenEnv RL Hackathon backed by Meta AI — implementing deep RL agents in competitive gym environments at Scalar School.

🎓
Campus Ambassador — Blithchron, IIT Gandhinagar

Represented IIT Jodhpur at IIT Gandhinagar's flagship technical festival, driving cross-campus student network expansion.

📈
8.7 CGPA — IIT Jodhpur (First Year)

Maintained strong academic performance in a highly competitive programme while simultaneously shipping 6 open-source projects and 1 internship.

💻
6 Open-Source Projects on GitHub

From a 91%-accurate loan classifier and real-time trading AI to a Pinterest agent and hackathon chatbot — all public, all documented.

Let's Connect

Open to ML research internships, AI engineering roles, and collaborative projects that push the frontier. Reach out — let's build something that matters.

Connect on LinkedIn ↗
Available for internships from Summer 2026 · Based in Jodhpur, India
↑ Top