zllrunning / video-object-removal
Just draw a bounding box and you can remove the object you want to remove.
https://github.com/zllrunning/video-object-removal
  
  Just draw a bounding box and you can remove the object you want to remove.
https://github.com/zllrunning/video-object-removal
GitHub
  
  GitHub - zllrunning/video-object-removal: Just draw a bounding box and you can remove the object you want to remove.
  Just draw a bounding box and you can remove the object you want to remove. - zllrunning/video-object-removal
  ageitgey / face_recognition
The world's simplest facial recognition api for Python and the command line
https://github.com/ageitgey/face_recognition
  
  The world's simplest facial recognition api for Python and the command line
https://github.com/ageitgey/face_recognition
GitHub
  
  GitHub - ageitgey/face_recognition: The world's simplest facial recognition api for Python and the command line
  The world's simplest facial recognition api for Python and the command line - ageitgey/face_recognition
  How To Learn Data Science - My path
Tools and Resources I use
https://towardsdatascience.com/how-to-learn-data-science-my-path-ba7b9aa94f63
  Tools and Resources I use
https://towardsdatascience.com/how-to-learn-data-science-my-path-ba7b9aa94f63
Data Science in Production
Building Scalable Model Pipelines with Python
https://towardsdatascience.com/data-science-in-production-13764b11d68e
  Building Scalable Model Pipelines with Python
https://towardsdatascience.com/data-science-in-production-13764b11d68e
Best Investment Portfolio Via Monte-Carlo Simulation In Python
Finding An Optimum Investment Portfolio…
https://medium.com/fintechexplained/best-investment-portfolio-via-monte-carlo-simulation-in-python-53286f3fe93
  Finding An Optimum Investment Portfolio…
https://medium.com/fintechexplained/best-investment-portfolio-via-monte-carlo-simulation-in-python-53286f3fe93
BishopFox / GitGot
Semi-automated, feedback-driven tool to rapidly search through troves of public data on GitHub for sensitive secrets.
https://github.com/BishopFox/GitGot
  
  Semi-automated, feedback-driven tool to rapidly search through troves of public data on GitHub for sensitive secrets.
https://github.com/BishopFox/GitGot
GitHub
  
  GitHub - BishopFox/GitGot: Semi-automated, feedback-driven tool to rapidly search through troves of public data on GitHub for sensitive…
  Semi-automated, feedback-driven tool to rapidly search through troves of public data on GitHub for sensitive secrets. - BishopFox/GitGot
  cchen156 / Learning-to-See-in-the-Dark
Learning to See in the Dark. CVPR 2018
https://github.com/cchen156/Learning-to-See-in-the-Dark
  
  Learning to See in the Dark. CVPR 2018
https://github.com/cchen156/Learning-to-See-in-the-Dark
GitHub
  
  GitHub - cchen156/Learning-to-See-in-the-Dark: Learning to See in the Dark. CVPR 2018
  Learning to See in the Dark. CVPR 2018. Contribute to cchen156/Learning-to-See-in-the-Dark development by creating an account on GitHub.
  5 Tips To Create A More Reliable Web Crawler
To Boost your web crawler’s efficiency!
https://towardsdatascience.com/https-towardsdatascience-com-5-tips-to-create-a-more-reliable-web-crawler-3efb6878f8db
  To Boost your web crawler’s efficiency!
https://towardsdatascience.com/https-towardsdatascience-com-5-tips-to-create-a-more-reliable-web-crawler-3efb6878f8db
AI Powered Search for Extra-terrestrial Intelligence — Analyzing Radio Telescopic Data
https://towardsdatascience.com/ai-powered-search-for-extra-terrestrial-intelligence-analyzing-radio-telescopic-data-c9e46741041
  https://towardsdatascience.com/ai-powered-search-for-extra-terrestrial-intelligence-analyzing-radio-telescopic-data-c9e46741041
Running a Python Script in the Background
This is a quick little guide on how to run a Python script in the background in Linux.
First, you ...
http://janakiev.com/blog/python-background/
  
  This is a quick little guide on how to run a Python script in the background in Linux.
First, you ...
http://janakiev.com/blog/python-background/
njanakiev
  
  Running a Python Script in the Background
  This is a quick little guide on how to run a Python script in the background in Linux.
  Build an Interactive, Modern Dashboard With Dash
Enhance user experience with attractive data…
https://medium.com/better-programming/build-an-interactive-modern-dashboard-using-dash-ab6b34cb515
  Enhance user experience with attractive data…
https://medium.com/better-programming/build-an-interactive-modern-dashboard-using-dash-ab6b34cb515
How to Execute Shell Commands with Python
Python is a wonderful language for scripting and automating workflows and it is packed with useful ...
http://janakiev.com/blog/python-shell-commands/
  
  Python is a wonderful language for scripting and automating workflows and it is packed with useful ...
http://janakiev.com/blog/python-shell-commands/
njanakiev
  
  How to Execute Shell Commands with Python
  Python is a wonderful language for scripting and automating workflows and it is packed with useful tools out of the box with the Python Standard Library. A common thing to do, especially for a sysadmin, is to execute shell commands. But what usually will…
  File and Directory Comparisons with Python
The Python standard library offers a powerful set of tools out of the box including file system ...
http://janakiev.com/blog/python-filecmp/
  
  The Python standard library offers a powerful set of tools out of the box including file system ...
http://janakiev.com/blog/python-filecmp/
Parametric Thoughts
  
  File and Directory Comparisons with Python
  The Python standard library offers a powerful set of tools out of the box including file system handling. In this quick little article you’ll see a couple of useful recipes to compare files and directories with the filecmp module.
  pytorch / examples
A set of examples around pytorch in Vision, Text, Reinforcement Learning, etc.
https://github.com/pytorch/examples
  
  A set of examples around pytorch in Vision, Text, Reinforcement Learning, etc.
https://github.com/pytorch/examples
GitHub
  
  GitHub - pytorch/examples: A set of examples around pytorch in Vision, Text, Reinforcement Learning, etc.
  A set of examples around pytorch in Vision, Text, Reinforcement Learning, etc. - pytorch/examples
  Power of zip() in Python
By Lenin Mishra
Sections covered:
Why use zip? Unzipping Solve a competitive interview question ...
https://www.pylenin.com/blogs/python-zip-function/
  
  By Lenin Mishra
Sections covered:
Why use zip? Unzipping Solve a competitive interview question ...
https://www.pylenin.com/blogs/python-zip-function/
Pylenin
  
  Power of zip() in Python
  A simple guide to understanding the applications of zip() in python
  Building Your First Website With Flask — Part 1
Hello World and beyond
https://medium.com/better-programming/building-your-first-website-with-flask-part-1-903a8b44e806
  Hello World and beyond
https://medium.com/better-programming/building-your-first-website-with-flask-part-1-903a8b44e806
Local Testing Server with Python
This quick little tutorial shows how to setup a simple local testing server with Python.
You can ...
http://janakiev.com/blog/python-testing-server/
  
  This quick little tutorial shows how to setup a simple local testing server with Python.
You can ...
http://janakiev.com/blog/python-testing-server/
Parametric Thoughts
  
  Local Testing Server with Python
  This quick little tutorial shows how to setup a simple local testing server with Python.
  