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

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

  • The emotion cube
  • Nkululeko: how to augment the training set
  • Supervised vs. unsupervised
  • Nkululeko: show feature importance
  • Nkululeko: how to plot distributions of feature values

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

  • 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