Skip to content

Piyushjhu/flyer-analysis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flyer-analysis

Repo containing the flyeranalysis framework along with a Python notebook to run it and an installed application to run it as a stream processor using OpenMSIStream

Installation

Create and activate a new conda environment:

conda create -n flyer-analysis python==3.9
conda activate flyer-analysis

Install libsodium and librdkafka for OpenMSIStream using the instructions in the OpenMSIStream documentation.

clone and pip install this repository:

git clone https://github.com/openmsi/flyer-analysis.git
cd flyer-analysis
pip install --editable .

Stream processing

To see how to run the flyeranalysis analysis as a stream processor, type:

FlyerAnalysisStreamProcessor -h

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.9%
  • Python 0.1%