https://github.com/anuradhawick/ai-album-notebooks
https://github.com/anuradhawick/ai-album-notebooks
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/anuradhawick/ai-album-notebooks
- Owner: anuradhawick
- License: gpl-3.0
- Created: 2022-10-22T15:19:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-11T14:13:11.000Z (about 2 years ago)
- Last Synced: 2025-02-05T11:18:31.778Z (4 months ago)
- Language: Jupyter Notebook
- Size: 101 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Welcome to AI-Album Notebooks
## Dependencies
Initialise all the submodules.
```bash
$ git submodule init
```Install the python dependencies.
```bash
$ pip install "fastapi[all]"
$ pip install pymongo
$ pip install pydantic-mongo
$ pip install jsons
$ pip ninstall pyyaml
$ pip install networkx
$ mamba install pytorch torchvision cudnn torchaudio pytorch-cuda=11.7 -c pytorch -c nvidia
$ pip install cryptography==38.0.4
$ pip install tensorflow
$ pip install gdown
```### Post install
```bash
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$CONDA_PREFIX/lib/
```### Building DLIB library
```bash
./build.sh
```