|
# ----------------------------------------------------------------------------- |
|
# DeOldify Requirements |
|
# |
|
# This file lists the pip-installable dependencies for the DeOldify project. |
|
# |
|
# Note: |
|
# - This requirements file was derived from a Conda environment YAML file. |
|
# - Some system-level or non-Python dependencies (e.g., mkl, ffmpeg) are |
|
# not listed here and must be installed separately. |
|
# - Please ensure you are using Python 3.10 as specified in the original spec. |
|
# |
|
# - or just install conda and run `conda env create -f environment.yml` |
|
# ----------------------------------------------------------------------------- |
|
|
|
|
|
fastapi==0.104.0 |
|
uvicorn==0.23.2 |
|
streamlit==1.27.0 |
|
python-multipart==0.0.6 |
|
|
|
|
|
wandb |
|
fastai==1.0.60 |
|
tensorboardX>=1.6 |
|
ffmpeg |
|
ffmpeg-python |
|
jupyterlab |
|
opencv-python>=4.2.0.32 |
|
Pillow==9.3.0 |
|
--extra-index-url https://download.pytorch.org/whl/cu113 |
|
torch==1.11.0 |
|
torchvision==0.12.0 |
|
ipywidgets |