My talk at EuroPython 2022
July 17, 2022I presented a talk at EuroPython 2022 in Dublin. The talk title was “real-time browser-ready computer vision apps with Streamlit.” It was on…
Written by whitphx (Yuichiro Tachibana) who works as a software developer. You should follow him on Twitter
I presented a talk at EuroPython 2022 in Dublin. The talk title was “real-time browser-ready computer vision apps with Streamlit.” It was on…
コロナのあと初めての海外渡航はダブリン行き。 EuroPython 2022で発表してきます。 トークタイトルは“Real-time browser-ready computer vision apps with Streamlit”。
Introduction of React Runner; how I made a demo page for a React component library that has live examples and editable code blocks side by side.
I created react-ymd-date-select, a React library for year, month, and day dropdown selectors.
TIMELAPSE OF THE FUTUREの字幕を日本語訳する際に、特に頭を捻った・知識を動員した箇所の解説
There are some points you need to know when you ask about programming problems on forums.
以前のポストで、人気宇宙動画”TIMELAPSE OF THE FUTURE”の日本語字幕を1カ所修正したと書いた。 上記ポストの時点では、作者に直接メールで問い合わせて字幕ファイルをもらい、修正したファイルを送り返してYouTube…
We sometimes need to install Intel-compatible Python runtime on M1 mac to use older Python versions and/or to use some packages that include compiled binaries incompatible with Arm.
こちらは私のお気に入りYouTube動画の一つ。 宇宙・サイエンス系の動画だが、全編通してドラマチックで映像の迫力が圧倒的。 現時点で26…
I had an opportunity to have a lightning talk at PyCon JP 2021 and its video has been recorded and published 😃 https://2021.pycon.jp/ In…
I became a member of the Streamlit Creators program!
Streamlit is a powerful and easy-to-use Python framework for rapid web development. We can build real-time video/audio apps on top of it with a few lines of code.
Things to know There are some things to know when you deploy Streamlit apps to App Engine. The flexible environment is mandatory You have to…