Image Classification with OpenAI Clip
https://medium.com/@JettChenT/image-classification-with-openai-clip-3ab5f1c23e35
https://medium.com/@JettChenT/image-classification-with-openai-clip-3ab5f1c23e35
Medium
Image Classification with OpenAI Clip
What is CLIP?
How To Connect To A PostgreSQL Database With Python Using SSH Tunnelling
https://towardsdatascience.com/how-to-connect-to-a-postgresql-database-with-python-using-ssh-tunnelling-d803282f71e7
https://towardsdatascience.com/how-to-connect-to-a-postgresql-database-with-python-using-ssh-tunnelling-d803282f71e7
Medium
How To Connect To A PostgreSQL Database With Python Using SSH Tunnelling
Learn how to query a PostgreSQL DB with Psycopg2 or SQLAlchemy, when a SSH encryption is required.
Why is Odd sized kernel preferred over Even sized kernel?
https://prasantdixit.medium.com/why-is-odd-sized-kernel-preferred-over-even-sized-kernel-a767e47b1d77
https://prasantdixit.medium.com/why-is-odd-sized-kernel-preferred-over-even-sized-kernel-a767e47b1d77
Medium
Why is Odd sized kernel preferred over Even sized kernel?
I hope everyone will be aware of the role of kernels in Computer Vision. You must have observed that We generally use Odd sizes of Kernel…
Applying Software engineering best practices to a codebase … Tests!
https://medium.com/@tony.w1/applying-software-engineering-best-practices-to-a-codebase-tests-8df561f9bb30
https://medium.com/@tony.w1/applying-software-engineering-best-practices-to-a-codebase-tests-8df561f9bb30
Medium
Applying Software engineering best practices to a codebase … Tests!
At Gousto when collaborating with Data Scientists (as well as working in an Agile environment) we often prototype algorithms. To…
Long Running Tasks In Microservices Architecture
https://medium.com/@dean15198/long-running-tasks-in-microservices-architecture-568c204da75e
https://medium.com/@dean15198/long-running-tasks-in-microservices-architecture-568c204da75e
Medium
Long Running Tasks in a Microservices Architecture
In this article I’m going to introduce the Tasks Service and it’s mechanism. It’s one solution that solves two problems:
Mastering Web Scraping in Python: Scaling to Distributed Crawling
https://betterprogramming.pub/mastering-web-scraping-in-python-scaling-to-distributed-crawling-34017a1322c7
https://betterprogramming.pub/mastering-web-scraping-in-python-scaling-to-distributed-crawling-34017a1322c7
Medium
Mastering Web Scraping in Python: Scaling to Distributed Crawling
Discover pages and store the exact content you need in less than 300 lines of code
Algoritma ve Programlama Dünyası — Programlamaya Giriş
https://medium.com/kodcular/algoritma-ve-programlama-d%C3%BCnyas%C4%B1-programlamaya-giri%C5%9F-ddd0715ef684
https://medium.com/kodcular/algoritma-ve-programlama-d%C3%BCnyas%C4%B1-programlamaya-giri%C5%9F-ddd0715ef684
Medium
Algoritma ve Programlama Dünyası — Programlamaya Giriş
Herkese merhabalar!! Algoritma ve programlama dünyası serisinde bir önceki bölümünde karşılaştırma, mantıksal ve atama operatörlerinden…
Write an SQL query builder in 150 lines of Python
https://death.andgravity.com/query-builder-how#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
https://death.andgravity.com/query-builder-how#at?hmsr=toutiao.io&utm_campaign=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io
death and gravity
Write an SQL query builder in 150 lines of Python!
This is the fourth article in a series about writing my own SQL query builder. Today, we'll rewrite it from scratch, explore API design, learn when to be lazy, and look at worse and better ways of doing things – all in 150 lines of Python!