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: how to use train/dev/test splits
  • Nkululeko: predict speaker id
  • Nkululeko: ensemble learners with late fusion
  • Nkululeko: export acoustic features
  • Nkululeko: how to finetune a transformer model

Recent Comments

  • felix on Nkululeko: show feature importance
  • felix on Nkululeko: segmenting a database
  • Bagus on Nkululeko: segmenting a database
  • Bagus on Nkululeko: show feature importance
  • felix on Nkululeko: how to visualize your data distribution

Archives

  • March 2025
  • November 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • February 2024
  • January 2024
  • November 2023
  • October 2023
  • 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