TGDivy's Stars
sindresorhus/awesome
😎 Awesome lists about all kinds of interesting topics
public-apis/public-apis
A collective list of free APIs
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.
OpenInterpreter/open-interpreter
A natural language interface for computers
Unity-Technologies/ml-agents
The Unity Machine Learning Agents Toolkit (ML-Agents) is an open-source project that enables games and simulations to serve as environments for training intelligent agents using deep reinforcement learning and imitation learning.
golangci/golangci-lint
Fast linters runner for Go
folke/lazy.nvim
💤 A modern plugin manager for Neovim
SimplifyJobs/New-Grad-Positions
A collection of full time roles in SWE, Quant, and PM for new grads.
material-components/material-web
Material Design Web Components
Rob--W/cors-anywhere
CORS Anywhere is a NodeJS reverse proxy which adds CORS headers to the proxied request.
imaNNeo/fl_chart
FL Chart is a highly customizable Flutter chart library that supports Line Chart, Bar Chart, Pie Chart, Scatter Chart, and Radar Chart.
catppuccin/nvim
🍨 Soothing pastel theme for (Neo)vim
elrumordelaluz/reactour
Tourist Guide into your React Components
NVIDIA/nccl
Optimized primitives for collective multi-GPU communication
cl2333/Grokking-the-Coding-Interview-Patterns-for-Coding-Questions
todotxt/todo.txt
‼️ A complete primer on the whys and hows of todo.txt.
sainnhe/gruvbox-material
Gruvbox with Material Palette
bizz84/starter_architecture_flutter_firebase
Time Tracking app with Flutter & Firebase
firmai/data-science-career
Career Resources for Data Science, Machine Learning, Big Data and Business Analytics Career Repository
Lux-AI-Challenge/Lux-Design-S2
Repository for the Lux AI Challenge, season 2 (NeurIPS 23). Hosted on @kaggle
IsaiahPressman/Kaggle_Lux_AI_2021
TGDivy/MBTI-Personality-Classifier
A model which uses your social media posting predict your MBTI personality type.
arunavsk/DataScience-NewGrad-2021
Companies hiring new grad Data Scientists for 2021
TGDivy/WebScrapping-PoetryFoundation
Extracting all the poems from Poetry Foundation, using Selenium, ,Beautiful Soup and Multiprocessing
TGDivy/Language-Evolution
We use reinforcement learning to study how language can be used as a tool for agents to accomplish tasks in their environment, and show that structure in the evolved language emerges naturally through iterated learning, leading to the development of compositional language for describing and generalising about unseen objects.
TGDivy/Grow
GROW is a web app that helps you track your progress in your personal growth journey. Its fundamental principle is to compete with yourself, not with others.
TGDivy/fractal-landscapes
Fractal logic used to develop and design beautiful scenery, special applications for background design in for 2-d side scroller games.
yaelgreen/emergent-language
An implementation of Emergence of Grounded Compositional Language in Multi-Agent Populations by Igor Mordatch and Pieter Abbeel
TGDivy/Towards-unlabelled-Entity-Detection
A named entity recognition system that is flexible and domain-independent by generating labels based on confidence scores. The model, a finetuned Roberta, can identify potential named entities and be customized to fit the needs of various tasks and applications through monitoring and fine-tuning. A Flask app is provided for visualisation.