🐍 portfolio.py
arpit@dev: ~/portfolio
🐍 Python 3.11 UTF-8 ML Engineer
Ln 1, Col 1 OPEN TO WORK
"""
  Arpit Patel · ML Engineer & AI Developer · Fresher
  Open to: Data Science · Machine Learning · GenAI · Agentic AI
"""
name = "Arpit Patel"
# 📍 Gurugram, Haryana, India  ·  ✉️ arpitpatel.it2025@gmail.com  ·  📞 +91 9918510153
# "Building Small Entities That Matter."
8.72 CGPA  ·  GATE '25 & '26  ·  B.Tech IT @ GGU  ·  3 Internships  ·  58 GitHub repos  ·  25+ ML Projects
# ── skills ────────────────────────────────
skills = {
"AI / ML"    :  ["Machine Learning", "Deep Learning", "NLP", "Generative AI", "Agentic AI", "RAG", "LLMs"],
"Languages"  :  ["Python", "SQL", "C++", "HTML", "PHP", "TypeScript", "LaTeX"],
"Frameworks"  :  ["FastAPI", "PyTorch", "TensorFlow", "Keras", "Scikit-learn", "LangChain", "Streamlit", "Pandas", "NumPy"],
"Cloud & Tools" :  ["Docker", "Github", "MLflow", "AWS EC2", "DagsHub", "HuggingFace", "Oracle Cloud", "Power BI", "Deepgram", "FAISS"],
}
# ── projects ───────────────────────────────
class Project:
name: str    desc: str    stack: list    links: dict
projects = [
Project 3(# Official University Dashboard
name="GGU University Dashboard",
desc="Official Power BI + Python dashboard embedded on GGU's website — real-time insights for 15+ departments.",
stack= ["Power BI", "Python"],
links= {"live": "new.ggu.ac.in/dashboard"},
),
Project 4(# Feb 2025
name="QuizStation",
desc="Created a quiz generator using Groq LLMs, enabling instructors to create 30+ tailored assessments based on specific topics or uploaded PDF documents, integration of PDF text extraction using PyMuPDF, enabling automatic quiz creation from document uploads.",
stack= ["LLMs", "PyMuPDF", "Streamlit", "Pandas"],
),
Project 5(# RAG Chatbot
name="Student Support ChatBot",
desc="RAG + FAISS chatbot answering college-level queries across multiple data sources.",
stack= ["RAG", "FAISS", "Streamlit"],
),
Project 6(# Sorting Visualizer
name="Sorting Algorithm Visualizer",
desc="Real-time animated visualization of sorting algorithms.",
stack= ["Streamlit", "Python"],
),
Many Others(
desc="ML Projects on Various Problems, RAG Chatbots, Deep Learning, GenAI projects.",
links= { "ml": "ML-projects", "gemini": "Gemini-A-True-Gem", "langchain": "langchain-llm-apps", "dl": "Deep-Learning-Projects" },
),
]
# ── web side-projects ──────────────────────
side_projects = [
]
# ── experience ─────────────────────────────
class Experience:
role: str    org: str    period: str    impact: str
experience = [
Experience( # Ongoing
role="AI Freelancer",
org="Outlier",
period="Ongoing",
impact="AI model training & evaluation — annotating and evaluating LLM outputs for quality improvement.",
),
Experience( # Jun 2023 – Nov 2023
role="Backend Intern",
org="Presear Softwares Pvt. Ltd.",
period="Jun 2023 – Nov 2023",
stack= ["Django", "REST APIs", "PostgreSQL", "Agile"],
impact="Database schema design, data migration, REST API development — delivered across Agile sprints.",
),
Experience( # May 2023 – Jul 2023
role="Salesforce Virtual Intern",
org="Salesforce (SFVIP-23)",
period="May 2023 – Jul 2023",
impact="Mastered Salesforce CRM platform; built custom solutions and wrote technical documentation.",
),
]
# ── achievements & highlights ──────────────
wins = [
"🏆 BIRAC Hackathon — Top 5 / 200+ teams", # Crop disease ML model · 2024
"📝 GATE Qualified 2025 & 2026", # Data Science & AI · twice
"🏛️ Built Official GGU University Dashboard", # Power BI + Python · 15+ departments · live on university site
"☁️ Oracle AI Foundations Certified", # Aug 2025
"💡 Best Idea Award — HackBrio 2022", # University-wide hackathon
"🤖 AI Freelancer on Outlier", # LLM training & evaluation
]
# ── certifications ─────────────────────────
certifications = [
certification issuer date
"Oracle Certified AI Foundations Associate" Oracle Aug 2025
"Deep Learning Fundamentals" IBM Oct 2024
"Machine Learning with Python" IBM Feb 2024
"Salesforce Virtual Internship SFVIP-23" Salesforce Jul 2023
]
# ── education ──────────────────────────────
education = [
degree institution year score
"B.Tech — IT" "Guru Ghasidas University, Bilaspur CG" 2021–2025 CGPA 8.72
]