Metadata-Version: 2.1
Name: octopus-sensing-processing
Version: 1.0.2
Summary: Web base data processing for https://octopus-sensing.nastaran-saffar.me
Home-page: https://github.com/octopus-sensing/octopus-sensing-processing
License: GPL-3.0-or-later
Author: Nastaran Saffaryazdi
Author-email: nsaffar@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
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
Requires-Dist: CherryPy (>=18.6.0,<19.0.0)
Requires-Dist: numpy (>=1.21.0,<2.0.0)
Project-URL: Repository, https://github.com/octopus-sensing/octopus-sensing-processing
Description-Content-Type: text/markdown

Octopus Sensing Processing
==========================

Octopus Sensing Processing is a real-time data processing for [Octopus Sensing](https://octopus-sensing.nastaran-saffar.me/). 
It can be used for processing data in real-time. You can define your favorite processor and process your data in real-time and publish the processing result. For example if you define an emotion recognition processor, Octopus Sensing Processing can prepare the input of your processor in real-time and publish your created prediction by streaming them as json data or other applications could send a request for receiving them when they needed the processing result.

[Octopus Sensing Processing](https://github.com/octopus-sensing/octopus-sensing-processing) is 
a separated project and can be installed if we need to process data in realtime. 

**To see the full documentation go to [Otopus Sensing](https://octopus-sensing.nastaran-saffar.me/processing) website.**

Copyright
---------

Copyright © 2022 [Nastaran Saffaryazdi]

This program is free software: you can redistribute it and/or modify it under the terms of the GNU
General Public License as published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.

See [License file](https://github.com/octopus-sensing/octopus-sensing/blob/master/LICENSE)  for full terms.
