Python Development
Building a strong base in Python, OOP, file handling, APIs, automation, and clean project structure.
I'm MARK ZOSUF, an AI & ML student turning data into useful applications. I build Python projects, explore machine-learning workflows, and create AI-powered automation such as GitHub AI Jarvis.
PS C:\AI-Lab> python jarvis.py
● Loading AI pipeline...
✓ GitHub Models connected
✓ Voice assistant ready
JARVIS: AI workspace is ready, Mark.
YOU: Analyze this dataset
About Me
I'm pursuing B.Tech in Artificial Intelligence & Machine Learning. My approach is simple: understand the concept, write the code, break it, fix it, and turn it into a project that solves something useful.
I'm currently strengthening Python and C++ while building toward practical ML, generative AI, and automation systems.
See my learning roadmap ↓MARK ZOSUF
AI & ML Student · Aligarh, IndiaAI/ML Learning Stack
My current focus is building strong foundations in programming, data handling, machine learning, and practical AI integrations.
Building a strong base in Python, OOP, file handling, APIs, automation, and clean project structure.
Learning supervised and unsupervised ML with NumPy, Pandas, Matplotlib, and scikit-learn.
Cleaning datasets, finding patterns, visualizing results, and preparing data for model training.
Connecting AI models through APIs and building useful assistants with prompts, memory, and tools.
Exploring train/test splits, accuracy, precision, recall, and ways to improve model performance.
Using Git, GitHub, virtual environments, Linux basics, and lightweight web APIs for projects.
Selected Work
A Python desktop assistant with AI responses, voice commands, memory, system tools, and practical automation.
A space for the next classification, prediction, or computer-vision project.
A Flask-based API playground for connecting Python models to web applications.
Learning Roadmap
This roadmap tracks where I've been, what I'm learning now, and the systems I want to build next.
Foundation
Now learning
Up next
Goal
Current focus
AI/ML Workflow
I follow a simple learning workflow: understand the problem, prepare the data, build a baseline, evaluate it, and improve one step at a time.
01py -3.12 -m venv .venv02.venv\Scripts\activate03pip install numpy pandas matplotlib scikit-learn jupyter
01from sklearn.model_selection import train_test_split02X_train, X_test, y_train, y_test = train_test_split(03 X, y, test_size=0.204)05model.fit(X_train, y_train)
01git add .02git commit -m 'Add first ML model'03git push origin main
✦ Never commit API keys, tokens, private datasets, or your .env file.
Let's build
Follow my journey through Python, AI, machine learning, and automation.