An open API service indexing awesome lists of open source software.

https://github.com/igorbenav/igorbenav


https://github.com/igorbenav/igorbenav

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

Building stuff at [Benav Labs](http://github.com/benavlabs/)

### Books

**[Practical Language Models (In Progress)](https://github.com/igorbenav/practical-language-models)**
From the learning problem and neural networks to building LLM agents and deploying them to production. Python, NumPy, FastAPI, PydanticAI.

[Read the PDF](https://github.com/igorbenav/practical-language-models/blob/main/docs/en/Practical-Language-Models.pdf)

**[Practical Web Development (In Progress)](https://github.com/igorbenav/practical-web-development)**
From HTTP and HTML to React with Python and FastAPI. Server-rendered pages, HTMX, databases, auth, deployment.

[Read the PDF](https://github.com/igorbenav/practical-web-development/blob/main/docs/en/Practical-Web-Development-(en).pdf)

### Open Source

#### [FastCRUD](https://github.com/benavlabs/fastcrud)
Async CRUD operations and automatic endpoint creation for FastAPI. Filtering, sorting, joins, pagination.

[![PyPI](https://img.shields.io/pypi/v/fastcrud?label=PyPI)](https://pypi.org/project/fastcrud/)
[![Downloads](https://img.shields.io/pypi/dm/fastcrud?label=Downloads)](https://pypi.org/project/fastcrud/)
[![Stars](https://img.shields.io/github/stars/benavlabs/fastcrud?label=Stars)](https://github.com/benavlabs/fastcrud)

[Docs](https://benavlabs.github.io/fastcrud/)

#### [FastAPI Boilerplate](https://github.com/benavlabs/FastAPI-boilerplate)
Async FastAPI starter. SQLAlchemy 2.0, Pydantic V2, JWT auth, Redis caching, rate limiting, Docker.

[![Stars](https://img.shields.io/github/stars/benavlabs/FastAPI-boilerplate?label=Stars)](https://github.com/benavlabs/FastAPI-boilerplate)
[![Forks](https://img.shields.io/github/forks/benavlabs/FastAPI-boilerplate?label=Forks)](https://github.com/benavlabs/FastAPI-boilerplate)

[Docs](https://benavlabs.github.io/FastAPI-boilerplate/)

#### [FastroAI](https://github.com/benavlabs/fastroai)
Lightweight AI orchestration built on PydanticAI. Cost tracking, multi-step pipelines, tools with graceful failure handling.

[![PyPI](https://img.shields.io/pypi/v/fastroai?label=PyPI)](https://pypi.org/project/fastroai/)
[![Stars](https://img.shields.io/github/stars/benavlabs/fastroai?label=Stars)](https://github.com/benavlabs/fastroai)

[Docs](https://benavlabs.github.io/fastroai/)

#### [CRUDAdmin](https://github.com/benavlabs/crudadmin)
Admin interface for FastAPI. Automatic CRUD views, auth, role-based access.

[![PyPI](https://img.shields.io/pypi/v/crudadmin?label=PyPI)](https://pypi.org/project/crudadmin/)
[![Stars](https://img.shields.io/github/stars/benavlabs/crudadmin?label=Stars)](https://github.com/benavlabs/crudadmin)

#### [Landstro](https://github.com/benavlabs/landstro)
Landing page template with Astro.

[![Stars](https://img.shields.io/github/stars/benavlabs/landstro?label=Stars)](https://github.com/benavlabs/landstro)

#### [FastroAI Template](https://fastro.ai)
Paid template for AI products. FastAPI + AstroJS + PydanticAI. Auth, payments, rate limiting, Stripe, OAuth, 90%+ test coverage.

[fastro.ai](https://fastro.ai)