GitHub Updated May 30, 9:20 AM Hugging Face Transformers Open Open-source library with pretrained transformer models and tooling for NLP, vision, audio, and multimodal machine learning tasks.
Useful for practical ML projects involving text classification, chatbots, embeddings, summarization, image-text models, and fine-tuning pretrained models.
ai machine-learning deep-learning python nlp transformers
Tutorial Updated May 30, 9:20 AM
PyTorch Tutorials Open Official PyTorch learning portal covering tensors, neural networks, training loops, computer vision, NLP, deployment, and distributed training.
Strong learning resource for students building hands-on deep learning projects in Python using PyTorch.
ai machine-learning deep-learning python pytorch tutorials
GitHub Updated May 30, 9:20 AM TensorFlow Models Open Official collection of TensorFlow model implementations, research models, pretrained models, and example training pipelines.
Good source of practical project templates for object detection, vision, NLP, recommendation, and production-oriented ML workflows.
ai machine-learning deep-learning python tensorflow computer-vision
Tutorial Updated May 30, 9:20 AM
fast.ai Practical Deep Learning for Coders Open Free practical deep learning course focused on building real models quickly, using the fastai and PyTorch ecosystem.
Excellent learning path for project-based ML, especially for students who want to train useful models before diving deeply into theory.
ai machine-learning deep-learning python pytorch education
GitHub Updated May 30, 9:20 AM MLflow Open Open-source platform for managing the ML lifecycle, including experiment tracking, model packaging, model registry, and deployment workflows.
Relevant for practical ML teams that need reproducibility, experiment tracking, and project organization beyond just training models.
ai machine-learning python mlops experiment-tracking deployment
Tutorial Updated May 30, 9:20 AM
Keras Code Examples Open Curated collection of runnable Keras examples for computer vision, NLP, generative AI, structured data, time series, and reinforcement learning.
Helpful for quickly starting practical ML projects with clean, concise example code and common model patterns.
ai machine-learning deep-learning python keras examples
Dataset Updated May 30, 9:20 AM
UCI Machine Learning Repository Open Long-running public repository of datasets commonly used for machine learning education, benchmarking, and applied data projects.
Useful source of clean, well-known datasets for classification, regression, clustering, and exploratory data analysis projects.
data machine-learning datasets classification regression education
Website Updated May 30, 9:20 AM
Papers with Code Open Searchable platform linking machine learning papers to code implementations, datasets, benchmarks, and evaluation tables.
Useful for finding project ideas, reproducible implementations, benchmark datasets, and state-of-the-art methods across ML domains.
ai machine-learning papers datasets benchmarks github
GitHub Updated May 30, 12:00 AM scikit-learn Open A widely used Python machine learning library with classification, regression, clustering, and model selection tools.
Useful foundation for many beginner and intermediate machine learning projects.
python library classical-ml