Tag pyconus
2 bookmarks have this tag.
2 bookmarks have this tag.
Here's the code for the AI counter app I used in my [#PyConUS](https://fedi.simonwillison.net/tags/PyConUS) keynote today - it uses vosk and pyaudio to listen through the microphone and increment a visible Tkinter counter any time it detects "AI" or "Artificial Intelligence" <https://github.com/simonw/count-ai>
Prompts I used to write it are here: <https://chatgpt.com/share/58f2352d-1f17-495b-94f1-4eb44cd574b9>
I presented a three hour tutorial at [#PyConUS](https://fedi.simonwillison.net/tags/PyConUS) yesterday - "Data analysis with SQLite and Python"
Wrote a few notes about that here: <https://simonwillison.net/2023/Apr/20/pycon-2023/> - and I've shared the full 9-page workshop handout as well: <https://sqlite-tutorial-pycon-2023.readthedocs.io/>