Metadata-Version: 2.1
Name: innovationmerge
Version: 1.1.2
Summary: innovationmerge core components
Home-page: https://github.com/innovationmerge/innovation-merge
Author: innovationmerge
Requires-Python: >=3.9,<3.11
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Provides-Extra: rpi
Provides-Extra: windows
Requires-Dist: aiofiles (>=22.1.0,<23.0.0)
Requires-Dist: opencv-python (>=4.7.0.72,<5.0.0.0)
Requires-Dist: python-dotenv (>=0.21.0,<0.22.0)
Requires-Dist: python-json-logger (>=2.0.4,<3.0.0)
Requires-Dist: requests (>=2.28.1,<3.0.0)
Requires-Dist: tensorflow-cpu-aws (>=2.11.0,<3.0.0) ; extra == "rpi"
Requires-Dist: tensorflow-intel (>=2.13.0,<3.0.0) ; extra == "windows"
Requires-Dist: tensorflow-io-gcs-filesystem (>=0.23.0,<0.24.0) ; extra == "windows"
Requires-Dist: uvicorn (>=0.18.3,<0.19.0)
Project-URL: Repository, https://github.com/innovationmerge/innovation-merge
Description-Content-Type: text/markdown

## About
- `Author` : innovationmerge
- `Version`: 1.0
- `Description`: 
    - Contains innovationmerge projects core components. 
    - This package will include core components required to build AI, IoT and other Applications.

## Requirements: 
- `Python > 3.7`

## Install using pip
- `pip install innovationmerge`

## Install using Poetry
- `poetry add innovationmerge`

## Install using source
1. Install on RaspberryPi
    - `poetry install --extras "rpi"` 

2. Install on Windows
    - `poetry install --extras "windows"` 

## Components

### Edge Computing
1. `Object Detection` - Currently SSD and MobileNet models are supported
