speechsurfer

speechsurfer

Search
Skip to content
  • tutorial
  • code
  • nkululeko
  • general
  • seminar
  • visualization

Monthly Archives: January 2023

code, tutorial

Packaging with python

25. January 2023 felix Leave a comment

write your

  • setup.cfg
  • setup.py
  • pyproject.toml

like in the nkululeko project
When you have a new version, you can test it with

pip install .

and, when happy,

python -m build 

will generate the dist folder

twine upload dist/* 

will upload to pypi server

If you want to develop your package, you can run

python setup.py develop

blog around speech technology

Recent Posts

  • Nkululeko: generate a latex/pdf report
  • Torchaudio
  • Nkululeko: get some statistics on correlation and effect size
  • How to fix different sampling rates in a dataset with Nkululeko
  • Nkululeko: how to predict labels for your data from existing models and check them

Recent Comments

  • felix on How to compare formant tracks extracted with opensmile vs. Praat
  • Payam on How to compare formant tracks extracted with opensmile vs. Praat
  • Nkululeko: try out / demo a trained model | speechsurfer on Setting up a base nkululeko experiment
  • felix on How to extract formant center frequencies (or other acoustic features) from speech data with opensmile in python
  • Michal Kucharski on How to extract formant center frequencies (or other acoustic features) from speech data with opensmile in python

Archives

  • September 2023
  • August 2023
  • July 2023
  • May 2023
  • April 2023
  • March 2023
  • February 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021
  • April 2021
  • March 2021

Categories

  • Allgemein
  • code
  • course_content
  • nkululeko
  • seminar
  • tutorial
  • visualization

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Proudly powered by WordPress