Olim4ik's Stars
donnemartin/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
vinta/awesome-python
An opinionated list of awesome Python frameworks, libraries, software and resources.
firstcontributions/first-contributions
🚀✨ Help beginners to contribute to open source projects
egonSchiele/grokking_algorithms
Code for the book Grokking Algorithms (https://www.amazon.com/dp/1633438538)
smol-ai/developer
the first library to let you embed a developer agent in your own app!
wsvincent/awesome-django
A curated list of awesome things related to Django
instructor-ai/instructor
structured outputs for llms
kyrolabs/awesome-langchain
😎 Awesome list of tools and projects with the awesome LangChain framework
MITDeepLearning/introtodeeplearning
Lab Materials for MIT 6.S191: Introduction to Deep Learning
father-bot/chatgpt_telegram_bot
💬 Telegram bot with ChatGPT, Python-based, using OpenAI's API.
django-guardian/django-guardian
Per object permissions for Django
fastapi-admin/fastapi-admin
A fast admin dashboard based on FastAPI and TortoiseORM with tabler ui, inspired by Django admin
microsoft/lida
Automatic Generation of Visualizations and Infographics using Large Language Models
jujumilk3/leaked-system-prompts
Collection of leaked system prompts
aminalaee/sqladmin
SQLAlchemy Admin for FastAPI and Starlette
laurentS/slowapi
A rate limiter for Starlette and FastAPI
azimjohn/jprq
join public router. quickly.
soynatan/django-easy-audit
Yet another Django audit log app, hopefully the simplest one.
bhancockio/langchain-crash-course
IIGROUP/TediGAN
[CVPR 2021] Pytorch implementation for TediGAN: Text-Guided Diverse Face Image Generation and Manipulation
PacktPublishing/Django-5-By-Example
Django 5 By Example (5th Edition) published by Packt
codingforentrepreneurs/SaaS-Foundations
Django tutorial integrating TailwindCSS, Neon Postgres, Stripe API, User auth, deployment, & more.
sunhailin-Leo/fastapi_profiler
A FastAPI Middleware of https://github.com/joerick/pyinstrument to check your service performance.
Rustam-Z/data-structures-and-algorithms
📝 Lecture Notes on Data Structures and Computer Algorithms | Inha University | Instructor: Dr. Ashish Seth
dreamsofcode-io/neovim-python
ROBOTIS-GIT/ros_tutorials
ROS Tutorials for beginner
artemonsh/cicd_example
Repo for YouTube video: https://youtu.be/prOarIqL5Qs
firdavsDev/django_docker_template
Enjoy life ;)
PrestonBlackburn/llm-chat-streaming-comparison
Comparing HTMX and Streamlit for llm chatbot streaming
adamDhalla/genetic-algorithm
Using a classic Genetic Algorithm to find a solution to the N-Queens problem. This one is specifically modified to be for the 8-queens problem.