Pinned Repositories
3D-Graphics-Rendering-Cookbook
3D Graphics Rendering Cookbook, published by Packt.
AI-Expert-Roadmap
Roadmap to becoming an Artificial Intelligence Expert in 2022
annotated_deep_learning_paper_implementations
🧑🏫 60 Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, sophia, ...), gans(cyclegan, stylegan2, ...), 🎮 reinforcement learning (ppo, dqn), capsnet, distillation, ... 🧠
blockchain-developer-bootcamp-final-project
My Final Project for the consensys bootcamp
comprehensive-rust
This is the Rust course used by the Android team at Google. It provides you the material to quickly teach Rust to everyone.
CS50P
My solutions to the assignments for Harvard's CS50P Python course.
CUDA-accelerated-Mandelbrot
This fork of the original repository seeks to provide an accelerated variation through CUDA.
dino-vit-features
Official implementation for the paper "Deep ViT Features as Dense Visual Descriptors".
toolbox
https://cyberzhg.github.io/toolbox/
yousafe007's Repositories
yousafe007/comprehensive-rust
This is the Rust course used by the Android team at Google. It provides you the material to quickly teach Rust to everyone.
yousafe007/annotated_deep_learning_paper_implementations
🧑🏫 60 Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, sophia, ...), gans(cyclegan, stylegan2, ...), 🎮 reinforcement learning (ppo, dqn), capsnet, distillation, ... 🧠
yousafe007/augmix
AugMix: A Simple Data Processing Method to Improve Robustness and Uncertainty
yousafe007/CS50P
My solutions to the assignments for Harvard's CS50P Python course.
yousafe007/dino-vit-features
Official implementation for the paper "Deep ViT Features as Dense Visual Descriptors".
yousafe007/ArtLine
A Deep Learning based project for creating line art portraits.
yousafe007/awesome-langchain
😎 Awesome list of tools and projects with the awesome LangChain framework
yousafe007/coding-interview-university
A complete computer science study plan to become a software engineer.
yousafe007/cs-video-courses
List of Computer Science courses with video lectures.
yousafe007/DeepL-Course
yousafe007/DeOldify
A Deep Learning based project for colorizing and restoring old images (and video!)
yousafe007/dino-feature-extraction-dataset
Tutorial on how to extract features from Dino attention layers.
yousafe007/Get-Things-Done-with-Prompt-Engineering-and-LangChain
LangChain & Prompt Engineering tutorials on Large Language Models (LLMs) such as ChatGPT with custom data. Jupyter notebooks on loading and indexing data, creating prompt templates, CSV agents, and using retrieval QA chains to query the custom data. Projects for using a private LLM (Llama 2) for chat with PDF files, tweets sentiment analysis.
yousafe007/gpt4free-ts
Providing a free OpenAI GPT-4 API ! This is a replication project for the typescript version of xtekky/gpt4free
yousafe007/hackathon-v2
yousafe007/handson-ml3
A series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in Python using Scikit-Learn, Keras and TensorFlow 2.
yousafe007/Python-Image-Impainting
Image impainting app using python and ML.
yousafe007/pytorch-apple-silicon
Setup PyTorch on Mac/Apple Silicon plus a few benchmarks.
yousafe007/pytorch-Deep-Learning
Deep Learning (with PyTorch)
yousafe007/pytorch-deep-learning-1
Materials for the Learn PyTorch for Deep Learning: Zero to Mastery course.
yousafe007/sd-dino
Official Implementation of paper "A Tale of Two Features: Stable Diffusion Complements DINO for Zero-Shot Semantic Correspondence"
yousafe007/segment-anything
The repository provides code for running inference with the SegmentAnything Model (SAM), links for downloading the trained model checkpoints, and example notebooks that show how to use the model.
yousafe007/Simple-DinoV2-Classification
Simple DinoV2 Classification: A GitHub repository featuring an easy-to-use implementation of the DINOv2 model by Facebook. Harness the power of universal features for image-level and pixel-level visual tasks like image classification, Clone, train, and classify images effortlessly!
yousafe007/Super_resolution_DINO
The application of large pre-trained vision model DINOv2 from MetaAI for feature points matching, and a ViT decoder used for Auto Encoder
yousafe007/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
yousafe007/tensorflow-1-public
yousafe007/tensorflow-deep-learning
All course materials for the Zero to Mastery Deep Learning with TensorFlow course.
yousafe007/Transformers-Tutorials
This repository contains demos I made with the Transformers library by HuggingFace.
yousafe007/vit_analysis
yousafe007/wtfpython
What the f*ck Python? 😱