From a simple face mask detector project to a robust surveillance system
https://bogdanandreig.medium.com/from-a-simple-face-mask-detector-project-to-a-robust-surveillance-system-f368043fee85
https://bogdanandreig.medium.com/from-a-simple-face-mask-detector-project-to-a-robust-surveillance-system-f368043fee85
Medium
From a simple Covid-19 mask detector to a complete surveillance system
These days we see a lot of Deep Learning projects for face mask detection but what about integrating them into a real product?
Templates& do while loop in python
https://medium.com/@jibbranali1997/templates-do-while-loop-in-python-bee36018003d
https://medium.com/@jibbranali1997/templates-do-while-loop-in-python-bee36018003d
Medium
Templates& do while loop in python
Template in python .
How to Use Artificial Intelligence Markup Language (AIML) in Chatbot Development With Python?
https://ongraphtech.medium.com/how-to-use-artificial-intelligence-markup-language-aiml-in-chatbot-development-with-python-1404a6934abb
https://ongraphtech.medium.com/how-to-use-artificial-intelligence-markup-language-aiml-in-chatbot-development-with-python-1404a6934abb
Medium
How to Use Artificial Intelligence Markup Language (AIML) in Chatbot Development With Python?
AIML is a simple XML or HTML-like language that uses standard and extensible tags to identify text for interpretation by an AIML…
Leverage private packages when training and deploying models
https://laurafrolich.medium.com/leverage-private-packages-when-training-and-deploying-models-47c0076bfd34
https://laurafrolich.medium.com/leverage-private-packages-when-training-and-deploying-models-47c0076bfd34
Medium
Leverage private packages when training and deploying models
This is part of a related set of posts describing challenges I have encountered and things I have learned on my MLOps journey on Azure. The…
Manage your Christmas shopping list offline with this app, built in only a few hours!
https://medium.com/anvil-works/manage-your-christmas-shopping-list-offline-with-this-app-built-in-only-a-few-hours-6fbb6e3fd30
https://medium.com/anvil-works/manage-your-christmas-shopping-list-offline-with-this-app-built-in-only-a-few-hours-6fbb6e3fd30
Medium
Manage your Christmas shopping list offline with this app, built in only a few hours!
This blog post is part of Anvil’s Advent Calendar, a project where we build 24 apps in 24 days, and blog about it! That means this app was…
Learning How To Ethical Hack: Step 1 — Learn Python.
https://medium.com/@HackTheBridge/learning-how-to-ethical-hack-step-1-learn-python-eb77cd8c877a
https://medium.com/@HackTheBridge/learning-how-to-ethical-hack-step-1-learn-python-eb77cd8c877a
Medium
Learning How To Ethical Hack: Step 1 — Learn Python.
Week 1 is finished! See my review of this video and my process of learning over the past 7 days. The start of my journey has begun!
Course Review: Udacity Data Structures and algorithms
https://tracyrenee61.medium.com/course-review-udacity-data-structures-and-algorithms-c3107e9243a3
https://tracyrenee61.medium.com/course-review-udacity-data-structures-and-algorithms-c3107e9243a3
Medium
Course Review: Udacity Data Structures and algorithms
Udacity’s course, Data Structures and Algorithms, is intended for those individuals who are intending to go on interviews in the field of…
Save First, Parse Later: In Defense of a Different Approach to Web Scraping
https://betterprogramming.pub/save-first-parse-later-in-defense-of-a-different-approach-to-web-scraping-9edfe65adf04
https://betterprogramming.pub/save-first-parse-later-in-defense-of-a-different-approach-to-web-scraping-9edfe65adf04
Medium
Save First, Parse Later: In Defense of a Different Approach to Web Scraping
Make fewer page requests and still get all the info you need by using this strategy
LeetCode Longest Substring Without Repetition Solution in Python
https://towardsdatascience.com/leetcode-problem-3-python-3ec4ae0ae13
https://towardsdatascience.com/leetcode-problem-3-python-3ec4ae0ae13
Medium
LeetCode Longest Substring Without Repetition Solution in Python
An optimal solution to problem 3 in LeetCode