Persian Kaldi profile for Rhasspy built from open speech data

A Rhasspy profile for Persian (fa). Installation Get started by first installing Vosk: # Create virtual environment python3 -m venv .venv source .venv/bin/activate pip3 install –upgrade pip pip3 install –upgrade wheel setuptools # Install Vosk pip3 install vosk Next, download the model and extract it: wget ‘https://github.com/rhasspy/fa_kaldi-rhasspy/releases/download/v1.0/vosk-model-small-fa-rhasspy-0.15.zip’ unzip vosk-model-small-fa-rhasspy-0.15.zip Finally, run the transcribe.py Python program with the model and an audio file:

Read more

A cool, modern and responsive django admin application based on bootstrap 5

A cool, modern and responsive django admin application based on bootstrap 5 Documentation: readthedocs Live Demo Now you can try django-baton using the new shining live demo! Login with user demo and password demo https://django-baton-demo.herokuapp.com/ Features Supports Django >= 2.1. For older versions of Django, please use [email protected] This application was written with one concept in mind: overwrite as few django templates as possible. Everything is styled through CSS and when required, JS is used. Based on Bootstrap 5 and […]

Read more

A buddy to help caregivers track sleep, feedings, diaper changes, and tummy time to learn about and predict baby’s needs

A buddy for babies! Helps caregivers track sleep, feedings, diaper changes, tummy time and more to learn about and predict baby’s needs without (as much) guess work. Demo A demo of Baby Buddy is available on Heroku. The demo instance resets every hour. Login credentials are: Username: admin Password: admin Deployment The default user name and password for Baby Buddy is admin/admin. For any deployment, log in and change the default admin password immediately. Many of Baby Buddy’s configuration settings […]

Read more

Machine Translation Weekly 89: BPE and Memorization

Similar to last week, I will discuss a paper about input segmentation. The paper is not directly about machine translation or multilinguality but brings interesting insights for Transformer models in general. The title of the paper is How BPE affects memorization in Transformers, it has authors from Facebook AI and the preprint appeared on Thursday on arXiv. The paper presents a series of experiments with Transformer models for natural language inferences and different sizes of BPE-based vocabulary by which they […]

Read more

Eugene: a horrible little Discord admin

Eugene is a horrible little Discord admin. Also, he could be the admin for YOUR Discord server. (Memes sold separately, see store for details) Day 1 October 8th 2021, about 8 hours of development time He’s. Well, terrible. Currently, he can decide whether or not he likes what was said to him, and respond positively, negatively, or indifferently. He also remembers who he’s talked to and what channels he’s been in. Currently doesn’t create empty files for himself, they need […]

Read more

Efsanestar Music bot with python

Efsane Music v6 🎵 Gereksinimler 📝 Heroku’ya Dağıt Komutlar 🛠 Gruptaki herkes için /oynat – şarkı çalmak için youtube url’sine veya şarkı dosyasına yanıt verin /ytp – youtube url’si veya şarkı dosyası olmadan şarkı çal (en iyi yöntem) /bul – istediğiniz şarkıları hızlı bir şekilde indirin /arama – youtube’da detayları içeren videoları arayın Yalnızca yöneticiler /durdur – şarkı çalmayı duraklat /devam – şarkı çalmaya devam et /atla – sonraki şarkıyı çal /kapat – müzik çalmayı durdur Sudo Kullanıcıları ⚔️   […]

Read more

Bin-Checker CLI With Python

termplotlibtermplotlib is a Python library for all your terminal plotting needs. It aims to work like matplotlib. Line plotsFor line plots, termplotlib relies on gnuplot. With that installed, the code import termplotlib as 23 September 2021    

Read more

Some useful blender add-ons for SMPL skeleton’s poses and global translation

There are two blender add-ons for SMPL skeleton’s poses and trans.The first is for making an offline visual demo.The second is to make a live visual demo. Offline Motion Capture Show one demo You need to follow these steps to use the first add-on. Open a blender file and import the fbx file of a model with SMPL skeleton I downloaded a model on Mixamo that happened to be an SMPL skeleton, and I changed the name of each bone […]

Read more
1 34 35 36 37 38 50