You are here |
pythonspeed.com | ||
| | | |
blog.fredrb.com
|
|
| | | | Tiny Python Docker Images I was looking for a way to create a very small docker image for a Python project. The python project I created is a Telegram bot quizzes me in German. The python-telegram-bot pip package requires gcc to fully build- so using alpine image did not do the trick for me. I searched online, found a few example bot none that would actually do what I needed with a reasonable image size. | |
| | | |
shpota.com
|
|
| | | | Delivering a Node application as a Docker image is easy, and it works straight away. Most likely because of this simplicity many don't even know it is done i... | |
| | | |
andyfreeland.net
|
|
| | | | ||
| | | |
msapaydin.wordpress.com
|
|
| | fast.ai v2. I find that it is making much easier to proceed with many different applications of deep learning, with freely available lecture videos on youtube and their website. Based on pytorch.Huggingface transformers for natural language processing applications. Makes it much easier to do otherwise quite laborious tasks, such as sentiment analysis, summarization, question answering,... |