Pushkar1853
UG Senior at IIT Guwahati | Interested in Scientific ML and Deep Tech
IIT GuwahatiIIT Guwahati
Pushkar1853's Stars
llmgenai/LLMInterviewQuestions
This repository contains LLM (Large language model) interview question asked in top companies like Google, Nvidia , Meta , Microsoft & fortune 500 companies.
guillaume-chevalier/LinkedIn-Connections-Growth-Analysis
Assessing personal growth on LinkedIn with charts. Plot LinkedIn connections over time. Discover what your connections most do and where they most work.
gwisk/gradguide
A guide on STEM PhD admissions
Pushkar1853/Cover-Generator
Application of OpenAI tools such as Whisper, DALL-E, and ChatGPT to generate album covers from audio
karpathy/LLM101n
LLM101n: Let's build a Storyteller
microsoft/generative-ai-for-beginners
21 Lessons, Get Started Building with Generative AI 🔗 https://microsoft.github.io/generative-ai-for-beginners/
Aishwarya-Rajasekaran/GRE-Preparation-Material
Free GRE Preparation Material
grand-27-master/GRE-Free-resources
One stop repository containing all the necessary resources to help even a noob crack GRE!
prov-gigapath/prov-gigapath
Prov-GigaPath: A whole-slide foundation model for digital pathology from real-world data
xai-org/grok-1
Grok open release
cp-algorithms/cp-algorithms
Algorithm and data structure articles for https://cp-algorithms.com (based on http://e-maxx.ru)
astral-sh/uv
An extremely fast Python package and project manager, written in Rust.
salesforce/CodeGen
CodeGen is a family of open-source model for program synthesis. Trained on TPU-v4. Competitive with OpenAI Codex.
sourcegraph/awesome-code-ai
A list of AI coding tools (assistants, completions, refactoring, etc.)
skorch-dev/skorch
A scikit-learn compatible neural network library that wraps PyTorch
google-deepmind/deepmind-research
This repository contains implementations and illustrative code to accompany DeepMind publications
joonspk-research/generative_agents
Generative Agents: Interactive Simulacra of Human Behavior
MIC-DKFZ/napari-sam
roboflow/notebooks
Examples and tutorials on using SOTA computer vision models and techniques. Learn everything from old-school ResNet, through YOLO and object-detection transformers like DETR, to the latest models like Grounding DINO and SAM.
abhishekkrthakur/colabcode
Run VSCode (codeserver) on Google Colab or Kaggle Notebooks
facebookresearch/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.
NielsRogge/Transformers-Tutorials
This repository contains demos I made with the Transformers library by HuggingFace.
SkalskiP/courses
This repository is a curated collection of links to various courses and resources about Artificial Intelligence (AI)
labmlai/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, ... 🧠
lllyasviel/ControlNet
Let us control diffusion models!
KhashayarRahimi/InfoImputer
A wise imputer that fill missing values for each features by deriving information from other correlated-informative features.
huggingface/transformers
🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.
facebookresearch/faiss
A library for efficient similarity search and clustering of dense vectors.
facebookresearch/dinov2
PyTorch code and models for the DINOv2 self-supervised learning method.
lucidrains/toolformer-pytorch
Implementation of Toolformer, Language Models That Can Use Tools, by MetaAI