class FizaJamsheed:
def __init__(self):
self.name = "Fiza Jamsheed"
self.location = "Bengaluru, India"
self.degree = "BCA โ AI & Data Science @ Yenepoya University"
self.cgpa = 9.53
self.stack = [
"Python", "JavaScript", "TypeScript", "Dart",
"React.js", "Node.js", "Flutter", "FastAPI",
"TensorFlow", "Scikit-learn", "LangChain",
"MongoDB", "PostgreSQL", "Docker", "AWS"
]
self.currently_learning = [
"Advanced LLM Fine-Tuning & RAG Pipelines",
"Reinforcement Learning for Game AI",
"Cloud-Native Microservices on AWS"
]
self.fun_fact = (
"I built an NLP chatbot that made it to the "
"Vibethon Top 10 out of 200+ teams ๐"
)
def motto(self):
return "Build systems that think. Ship products that matter."
me = FizaJamsheed()
print(me.motto())
# โ Build systems that think. Ship products that matter.Languages
AI / ML
Full-Stack & Mobile
Cloud & DevOps
Databases & Data
๐ข FJ Business Innovatives Pvt. Ltd โ Flutter Mobile App Developer ยท SleepPod ยท Jan 2025 โ Present ยท Remote
- SleepPod app โ built the Flutter mobile app for a railway station sleeping pod platform enabling travellers to book, pay, and check into pods across train stations in India.
- Backend integration โ connected to a Node.js/TypeScript backend with OTP-based authentication, JWT session management, and real-time pod availability locking with conflict detection.
- Booking flow โ implemented end-to-end booking with payment gateway integration, live pod status updates, and check-in/check-out management.
- State management โ engineered Provider and SharedPreferences architecture delivering a smooth offline-capable user experience.
๐ข IBM โ AI Systems Engineer Intern ยท Mar 2026 โ Jun 2026 ยท Remote
- Adaptive NPC AI โ built rule-based state machines with real-time behavioural modelling across 4 game levels, improving NPC decision consistency by ~35%.
- Telemetry pipeline โ automated player-event ingestion to surface behavioural anomalies in real time; replaced 4-hour manual QA cycles, cutting testing overhead by 40%.
- Difficulty scaling โ applied reinforcement learning principles to dynamic difficulty tuning; iterated model parameters weekly with cross-functional engineers and designers.
- Agile delivery โ contributed to sprint planning, code reviews, and stakeholder demos in a distributed remote team.
๐ข StudLearning โ Software Developer Intern ยท Jan 2026 โ Present ยท Remote (Part-time)
- Tutoring platform โ built a full-stack learning app (React.js / Node.js) serving 500+ student sessions with JWT auth and role-based access control (student, tutor, admin).
- Performance โ restructured MongoDB aggregation pipelines, cutting API response latency by 30% under concurrent load.
- CI/CD โ configured GitHub Actions for automated testing and zero-downtime deployment on every merge to main.
๐ข Networkers Home โ Full-Stack Developer (Contract) ยท Mar 2026 โ Apr 2026 ยท Hybrid
- AI SaaS tools โ shipped 2 production apps (resume generator, content summariser) using OpenAI API, React.js, Node.js; cut content creation time ~70% in user testing.
- API architecture โ built REST APIs with OAuth, rate limiting, and error handling; both tools deployed to production with zero post-launch incidents.
๐ข Tata Consultancy Services (TCS iON) โ AI/ML Engineer Intern ยท Nov 2025 โ Feb 2026 ยท Remote
- Emotion classifier โ 6-class classifier on 50K+ feedback records (TF-IDF + LR and LSTM); achieved 84% F1-score, outperforming SVM baseline by 11 points.
- NLP pipeline โ built a reusable preprocessing module (tokenisation, stopword removal, lemmatisation) adopted across 2 subsequent TCS projects; cut data cleaning time 60%.
- Model evaluation โ benchmarked Naive Bayes, SVM, LSTM, Bi-LSTM; delivered comparative report with production deployment recommendation.
- 135-hour accredited programme.
| Project | Stack | Highlights |
|---|---|---|
| ๐ค AI Trip Planner & Communication Bot | Python ยท spaCy ยท NLTK ยท Travel APIs ยท Intent Classification | Vibethon Finalist โ Top 10 / 200+ teams ยท NLP chatbot with intent classification & entity extraction ยท Real-time itinerary generation via Travel API ยท Live demo presented to industry judging panel |
| ๐ถ Emotion Detection from Textual Feedback | Python ยท NLTK ยท spaCy ยท Scikit-learn ยท TensorFlow | 84% F1-score (LSTM) on 50K+ records ยท +11 pts over SVM baseline ยท Reusable NLP module adopted across 2 TCS projects ยท Cut data cleaning time by 60% |
| ๐ Sales Performance Dashboard | Power BI ยท SQL Stored Procedures ยท Excel | Surfaced 22% Q3 revenue gap across 5 regions from 100K+ records ยท Replaced 4-hour weekly manual report with automated pipeline โ down to 15 minutes |
| Achievement | Details | |
|---|---|---|
| ๐ฅ | IBM Projects Competition Winner | Recognised for innovation and technical excellence in AI project development |
| ๐ | Vibethon Hackathon Finalist | Top 10 out of 200+ teams โ AI Trip Planner recognised for personalised travel AI |
| ๐ข | INCON-SDG 2026 Publication | Published at Yenepoya University International Conference โ AI-Driven Cognitive Digital Twins for Human-Centric Decision Making in Smart Cities |
| ๐ผ๏ธ | IBM Exhibition 2023 โ Best Poster Presentation | Awarded for research communication and visual presentation excellence |
| ๐ | Gavel Clubs Riyadh โ Award Winner | International recognition for public speaking and debate |
| ๐ฑ | Rotaract Club โ Community Director | Leading 20+ student volunteers on UN SDG-aligned social impact projects (2025โPresent) |
| Degree | Institution | Year | Score |
|---|---|---|---|
| ๐ BCA โ AI & Data Science | Yenepoya (Deemed to be University), Bengaluru | 2023 โ 2026 | 9.53 / 10.0 CGPA |
| ๐ Higher Secondary โ Science & Mathematics | AMHSS Vengoor, Kerala | 2021 โ 2023 | 9.8 / 10.0 CGPA |
๐งฑ Advanced NLP โ LLM Fine-tuning ยท RLHF ยท RAG Pipelines ยท Vector DBs
๐ฎ Game AI โ Reinforcement Learning ยท Behavioural Modelling ยท Sim Environments
โ๏ธ Cloud-Native โ AWS Lambda ยท Microservices ยท Serverless ยท ECS/EKS
๐ฑ Mobile Performance โ Flutter Animations ยท Native Integrations ยท App Optimisation
"Build systems that think. Ship products that matter." โ Fiza Jamsheed
