salvacarrion's Stars
jwasham/coding-interview-university
A complete computer science study plan to become a software engineer.
donnemartin/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
resume/resume.github.com
Resumes generated using the GitHub informations
oobabooga/text-generation-webui
A Gradio web UI for Large Language Models with support for multiple inference backends.
karpathy/nanoGPT
The simplest, fastest repository for training/finetuning medium-sized GPTs.
LAION-AI/Open-Assistant
OpenAssistant is a chat-based assistant that understands tasks, can interact with third-party systems, and retrieve information dynamically to do so.
coqui-ai/TTS
🐸💬 - a deep learning toolkit for Text-to-Speech, battle-tested in research and production
facebookresearch/fairseq
Facebook AI Research Sequence-to-Sequence Toolkit written in Python.
sebastianruder/NLP-progress
Repository to track the progress in Natural Language Processing (NLP), including the datasets and the current state-of-the-art for the most common NLP tasks.
VikParuchuri/surya
OCR, layout analysis, reading order, table recognition in 90+ languages
vdumoulin/conv_arithmetic
A technical report on convolution arithmetic in the context of deep learning
eugeneyan/open-llms
📋 A list of open LLMs available for commercial use.
DLR-RM/stable-baselines3
PyTorch version of Stable Baselines, reliable implementations of reinforcement learning algorithms.
bentrevett/pytorch-seq2seq
Tutorials on implementing a few sequence-to-sequence (seq2seq) models with PyTorch and TorchText.
huggingface/awesome-papers
Papers & presentation materials from Hugging Face's internal science day
mit-han-lab/once-for-all
[ICLR 2020] Once for All: Train One Network and Specialize it for Efficient Deployment
ContinualAI/continual-learning-papers
Continual Learning papers list, curated by ContinualAI
prprbr/awesome-lifelong-continual-learning
A list of papers, blogs, datasets and software in the field of lifelong/continual machine learning
jarobyte91/pytorch_beam_search
A lightweight implementation of Beam Search for sequence models in PyTorch.
deephealthproject/eddl
European Distributed Deep Learning (EDDL) library. A general-purpose library initially developed to cover deep learning needs in healthcare use cases within the DeepHealth project.
SethHWeidman/pytorch-seq2seq
Tutorials on implementing a few sequence-to-sequence (seq2seq) models with PyTorch and TorchText. [IN PROGRESS]
MedAzizTousli/Coursera-Deep-Learning-Specialization
This repository contains my full documentation of Coursera's Deep Learning Specialization taught by the professor Andrew Ng offered by deeplearning.ai.
deephealthproject/pyeddl
Python wrapper for the EDDL library.