python

A simple approach for background task in Django

A simple approach for background task in Django

0
When there is a long running task, there are usually below 2 requirements: As a user, I want to know the progress of the task As a user, I want to get the output of the task if it is finished We will use the out of the box features Threading and Cache in Python and Django respectively to achieve this Link
FastAPI Celery, Flower and Docker

FastAPI Celery, Flower and Docker

0
In this tutorial we integrate Celery into an existing FastAPI app, Redis and FastAPI, all within Docker containers. We finish off by implementing Flower to monitor Celery jobs and workers. Link Link
Star Admin Django

Star Admin Django

0
Star Admin (Free Version) admin dashboard designed by BootstrapDash and coded in Django Framework with SQLite database, ORM, authentication and deploy scripts for Docker, Gunicon and Heroku. Designed based on the Bootstrap framework, Star Admin is a powerful, feature-rich, and super flexible admin dashboard template. It serves as the perfect starting point for both simple and complex web development projects.
Streamlit Demo: Real-Time Voice Cloning

Streamlit Demo: Real-Time Voice Cloning

0
This repository demonstrates how a simple voice transfer app can be created using Streamlit. The code for this demo is based on the repository for Real-Time-Voice-Cloning. Link