-
Notifications
You must be signed in to change notification settings - Fork 3
/
requirements.txt
30 lines (24 loc) · 1.5 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#! Python3.9
# numpy # Installing NumPy, a package for scientific computing
# If there is an error regarding numba needing a higher version of numpy then use this
numpy==1.22.4 # Installing NumPy, a package for scientific computing
filetype # Installing FileType, a package to infer file types and MIME types
gdown # Installing gdown, a package for downloading from Google Drive folders
Pillow<10.0.0 # Installing Pillow, a Python Image Library
pymatting==1.1.8 # Installing pymatting, a Python Library for Alpha Matting
onnxruntime # Installing the ONNX runtime
## Not needed for our usage
## pymatting # Installing pymatting, a Python Library for Alpha Matting
## watchdog==2.1.7 # Installing watchdog, a set of utilities to monitor file system events
## asyncer==0.0.1 # Installing Asyncer, a library to make our networking/concurrency calls easier.
## pillow==9.0.1 # Pillow, the image library
## uvicorn==0.17.0 # Uvicorn, an ASGI web server implementation for Python
## aiohttp==3.8.1 # AIOHTTP, an Asynchronous HTTP Client/Server
## click==8.0.3 # Click, the Command Line Interface Creation Kit
## fastapi==0.72.0 # FastAPI, a web framework for building APIs
## python-multipart==0.0.5
## scikit-image==0.19.1
## scipy==1.8.0
## tqdm==4.62.3
CodeProject-AI-SDK # Installing the CodeProject.AI SDK
# last line blank