mrPronin
Senior Full-Stack Developer. My experience includes Node.JS, Python and front-end development.
FUNKE Services GmbHGermany
mrPronin's Stars
psf/requests
A simple, yet elegant, HTTP library.
fastapi/fastapi
FastAPI framework, high performance, easy to learn, fast to code, ready for production
django/django
The Web framework for perfectionists with deadlines.
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.
AntonOsika/gpt-engineer
Platform to experiment with the AI Software Engineer. Terminal based. NOTE: Very different from https://gptengineer.app
CorentinJ/Real-Time-Voice-Cloning
Clone a voice in 5 seconds to generate arbitrary speech in real-time
afshinea/stanford-cs-229-machine-learning
VIP cheatsheets for Stanford's CS 229 Machine Learning
SkalskiP/edu
Educational materials on deep learning by Weights & Biases
SkalskiP/awesome-foundation-and-multimodal-models
👁️ + 💬 + 🎧 = 🤖 Curated list of top foundation and multimodal models! [Paper + Code + Examples + Tutorials]
SkalskiP/courses
This repository is a curated collection of links to various courses and resources about Artificial Intelligence (AI)
SkalskiP/fashion-assistant
Our idea is to combine the power of computer vision model and LLMs. We use YOLO, CLIP and DINOv2 to extract high-level features from images. We pass the prompt, along with the extracted features, to LLM, allowing for advanced image dataset queries.
SkalskiP/make-sense
Free to use online tool for labelling photos. https://makesense.ai
dbt-labs/dbt-core
dbt enables data analysts and engineers to transform their data using the same practices that software engineers use to build applications.
actions/setup-python
Set up your GitHub Actions workflow with a specific version of Python
semgrep/semgrep
Lightweight static analysis for many languages. Find bug variants with patterns that look like source code.
BoschSmartHome/bosch-shc-api-docs
Bosch Smart Home Controller Local REST API
nestjs/nest
A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript 🚀
pypa/pipx
Install and Run Python Applications in Isolated Environments
langchain-ai/langchain
🦜🔗 Build context-aware reasoning applications
langchain-ai/langchainjs
🦜🔗 Build context-aware reasoning applications 🦜🔗
ByteByteGoHq/system-design-101
Explain complex systems using visuals and simple terms. Help you prepare for system design interviews.
microsoft/playwright
Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.
rust-unofficial/awesome-rust
A curated list of Rust code and resources.
inversify/InversifyJS
A powerful and lightweight inversion of control container for JavaScript & Node.js apps powered by TypeScript.
mrPronin/edu-web
Guide to become a web-developer
graphql-python/gql
A GraphQL client in Python
pypa/setuptools
Official project repository for the Setuptools build system
PyCQA/bandit
Bandit is a tool designed to find common security issues in Python code.
PyCQA/flake8
flake8 is a python tool that glues together pycodestyle, pyflakes, mccabe, and third-party plugins to check the style and quality of some python code.
PyCQA/isort
A Python utility / library to sort imports.