This Repository is python codebase that packages API service for the PFP pipeline
pip install [/path/or/url/to/pfp_api-0.1.0-py3-none-any.whl]
pip install -e [path/to/module/displaylab/pfp-api/]
example
pip install -e /Users/uniqename/pfp-api/pfp-api
uvicorn pfp_api.api:app --reload
Once the server starts in the terminal ,use a web browser and use the url provided for example: "http://127.0.0.1:8000" to use the API service.
pip install -e [path/to/module/displaylab/pfp-api/python]
python -m pfp_api.pfp-api [path/to/the/input/file/input_spek.json] >selected_message.json