GithubHelp home page GithubHelp logo

apache-airflow-and-machine-learning's Introduction

Apache-Airflow-and-Machine-Learning

Understand The Airflow Well And Then Go Through The Presentation Provided Named : AirFlow.pptx

For Ubuntu Users Only

Airflow >

Use airflow to author workflows as directed acyclic graphs (DAGs) of tasks. The airflow scheduler executes your 
tasks on an array of workers while following the specified dependencies. Rich command line utilities make 
performing complex surgeries on DAGs a snap. The rich user interface makes it easy to visualize pipelines 
running in production, monitor progress, and troubleshoot issues when needed.

OpenCV(Machine Learning) >

OpenCV (Open Source Computer Vision Library) is an open source computer vision and machine learning S\w library.
OpenCV was built to provide a common infrastructure for computer vision applications and to accelerate the use of 
machine perception in the commercial products. Being a BSD-licensed product, OpenCV makes it easy for businesses 
to utilize and modify the code.The library has more than 2500 optimized algorithms, which includes comprehensive 
set of both classic and state-of-the-art computer vision and machine learning algorithms. These algorithms can be 
used to detect and recognize faces, identify objects, classify human actions in videos, track camera movements, 
track moving objects, extract 3D models of objects, produce 3D point clouds from stereo cameras, stitch images 
together to produce a high resolution image of an entire scene, find similar images from an image database, 
remove red eyes from images taken using flash, follow eye movements, recognize scenery and establish markers 
to overlay it with augmented reality, etc. OpenCV has more than 47 thousand people of user community and 
estimated number of downloads exceeding 14 million. The library is used extensively in companies, research 
groups and by governmental bodies.
Along with well-established companies like Google, Yahoo, Microsoft, Intel, IBM, Sony, Honda, Toyota that employ 
the library, there are many startups such as Applied Minds, VideoSurf, and Zeitera, that make extensive use of 
OpenCV. OpenCV’s deployed uses span the range from stitching streetview images together, detecting intrusions 
in surveillance video in Israel, monitoring mine equipment in China, helping robots navigate and pick up objects 
at Willow Garage, detection of swimming pool drowning accidents in Europe, running interactive art in Spain and 
New York, checking runways for debris in Turkey, inspecting labels on products in factories around the world on 
to rapid face detection in Japan.

Twitter REST API >

# You Can Also Use RESTful APIs To Scrape Twitter Data( Just Make Edit In TwitterStream.py )
# The standard (free) Twitter APIs consist of REST APIs and Streaming APIs.
	The enterprise (paid subscription) APIs include filtered firehose, historical search and engagement 
	APIs for deeper data analytics, listening and other enterprise business applications. The premium 
	(pay as you go) APIs consist of reliable and affordable versions of enterprise APIs, allowing your 
	business to grow with your usage. Additionally, there are some families of APIs (such as the Ads API) 
	which require applications to be whitelisted in order to make use of them.
# The API aims to be a RESTful resource
	With the exception of the Streaming API and Account Activity webhooks, the Twitter API endpoints 
	attempt to conform to the design principles of Representational State Transfer (REST). Twitter 
	APIs use the JSON data format for responses (and in some cases, for requests).
# The API is HTTP-based (over SSL)
	Methods to retrieve data from the Twitter API require a GET request. Methods that submit, change or 
	destroy data require a POST. A DELETE request is also accepted for methods that destroy data. API 
	methods that require a particular HTTP method will return an error if not invoked using the correct 
	style. HTTP Response Codes are meaningful.

apache-airflow-and-machine-learning's People

Contributors

mayurjainf007 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.