Skip to content

pkubiak/pl.pycon.2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Language Detection in 7 minutes

Language detection using n-gram model for PyCon PL'2020 lightning talks.

Language Detection in 7 minutes

Live talk presentation: YouTube

Jupyter Notebook: link

Slides: link

Tools used

  • Jupyter notebook
  • RISE - Presentation inside Jupyter notebook
  • decktape - Conversion of RISE presentation to pdf
    • docker run --rm -t -v pwd:/slides astefanutti/decktape rise -s 1920x1080 --screenshots --screenshots-size=1920x1080 <URL> out.pdf
  • audacity - Audio mastering
  • simplescreenrecorder - Recording presentation to video
  • shotcut - Combining video and audio together

About

Language detection using n-gram model for PyCon PL'2020 lightning talk

Topics

Resources

Stars

Watchers

Forks