Financyka Bot

Financyka is an Open-Source Telegram bot. The main idea is to help organize income and expenses. It uses spacy NER models to parse operations and classify categories of transactions. Currently, it supports a fixed categories list, but in the future count will grow. Also, it supports only one language, feel free to add more languages by sending PR to the project repository.
Read more →

FastAPI Template

FastAPI Template: A template for creating FastAPI projects with best practices. FastAPI is a modern, fast and high-performance web framework for building APIs with Python. It is based on standard Python type hints and has many features to help you create robust and scalable applications. However, setting up a new FastAPI project can be tedious and time-consuming, especially if you want to use some common tools and best practices such as:
Read more →