Metadata-Version: 2.1
Name: edgeiq
Version: 2.9.0
Summary: Build computer vision applications for the edge quickly and easily.
Author-email: alwaysAI <dev@alwaysai.co>
Project-URL: Homepage, http://www.alwaysai.co
Project-URL: Documentation, http://www.alwaysai.co/docs/
Keywords: AI,artificial intelligence,CV,computer vision,alwaysai
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: Other/Proprietary License
Description-Content-Type: text/markdown
Requires-Dist: awsiotsdk >=1.7.0
Requires-Dist: boto3 >=1.16.46
Requires-Dist: cryptography
Requires-Dist: eventlet
Requires-Dist: filterpy >=1.4.5
Requires-Dist: Flask
Requires-Dist: onnxruntime >=1.12.1
Requires-Dist: pika >=1.3.1
Requires-Dist: python-jose >=3.2.0
Requires-Dist: pyusb >=1.0.2
Requires-Dist: requests >=2.22.0
Requires-Dist: scipy >=1.3.1
Requires-Dist: opencv-contrib-python <4.7.0,>=4.6.0 ; python_version <= "3.8"
Requires-Dist: numpy <=1.24.4,>=1.21.6 ; python_version == "3.8"
Requires-Dist: Flask-SocketIO >=5 ; python_version >= "3.8"
Requires-Dist: jschon >=0.9.0 ; python_version >= "3.8"
Requires-Dist: rfc3986 ==1.5.0 ; python_version >= "3.8" and sys_platform == "darwin"
Requires-Dist: numpy ==1.26.0 ; python_version >= "3.9"
Requires-Dist: opencv-contrib-python <=4.9.0,>=4.8.0 ; python_version >= "3.9"
Provides-Extra: build
Requires-Dist: flake8 ; extra == 'build'
Requires-Dist: mock ; extra == 'build'
Requires-Dist: mypy ; extra == 'build'
Requires-Dist: pip-audit ; extra == 'build'
Requires-Dist: pytest ; extra == 'build'
Requires-Dist: pytest-cov ; extra == 'build'
Requires-Dist: types-mock ; extra == 'build'
Requires-Dist: types-requests ; extra == 'build'
Requires-Dist: types-setuptools ; extra == 'build'
Requires-Dist: versioningit ; extra == 'build'
Requires-Dist: build ; extra == 'build'
Requires-Dist: pyarmor ==8.5.12 ; extra == 'build'
Requires-Dist: wheel ; extra == 'build'
Requires-Dist: pyrealsense2 >=2.34.0 ; (sys_platform != "darwin" and python_version <= "3.11") and extra == 'build'
Requires-Dist: pyrealsense2-macosx >=2.34.0 ; (sys_platform == "darwin" and python_version <= "3.11") and extra == 'build'
Provides-Extra: native
Requires-Dist: pyrealsense2 >=2.34.0 ; (sys_platform != "darwin" and python_version <= "3.11") and extra == 'native'
Requires-Dist: pyrealsense2-macosx >=2.34.0 ; (sys_platform == "darwin" and python_version <= "3.11") and extra == 'native'
Provides-Extra: opt
Requires-Dist: dlib >=19.18.0 ; extra == 'opt'
Requires-Dist: pycairo >=1.2.1 ; extra == 'opt'
Requires-Dist: PyGObject >=3.42.0 ; extra == 'opt'
Provides-Extra: test
Requires-Dist: flake8 ; extra == 'test'
Requires-Dist: mock ; extra == 'test'
Requires-Dist: mypy ; extra == 'test'
Requires-Dist: pip-audit ; extra == 'test'
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: types-mock ; extra == 'test'
Requires-Dist: types-requests ; extra == 'test'
Requires-Dist: types-setuptools ; extra == 'test'
Requires-Dist: versioningit ; extra == 'test'
Requires-Dist: pyrealsense2 >=2.34.0 ; (sys_platform != "darwin" and python_version <= "3.11") and extra == 'test'
Requires-Dist: pyrealsense2-macosx >=2.34.0 ; (sys_platform == "darwin" and python_version <= "3.11") and extra == 'test'

# edgeIQ: Computer Vision for the Edge

edgeIQ is the edge runtime library of the [alwaysAI Computer Vision Platform](https://alwaysai.co).

alwaysAI provides developers with a simple and flexible way to build and deploy computer vision applications to a wide variety of IoT devices. [Get Started](https://console.alwaysai.co/auth?register=true).

## Resources
* [Documentation](https://alwaysai.co/docs/)
* [Model Catalog](https://alwaysai.co/model-catalog)
* [Blog](https://alwaysai.co/blog)
