|
|
|
|
|
by carefree0910
1325 days ago
|
|
Thank you so much for your patience! You experience will definitely help me make this project compatible to the m1 chip systems XD! And since ONNX is not a forced requirement, maybe the following guides can make things easier: 1. Install `carefree-learn` instead of `carefree-learn[cv]` 2. Install the following packages manually: ftfy regex lmdb albumentations carefree-cv > I'll consider removing the `onnx` requirements from the `cv` spec in the near future! |
|
The installation steps are as follows:
$ git clone https://github.com/carefree0910/carefree-creator
$ cd carefree-creator
$ pip3 install carefree-client carefree-learn carefree-cv ftfy regex lmdb albumentations kafka-python redis[hiredis] cos-python-sdk-v5 uvicorn torchvision
$ python3 -m uvicorn apis.interface:app --host 0.0.0.0 --port 8123