An open API service indexing awesome lists of open source software.

https://github.com/anuradhawick/ai-album-notebooks


https://github.com/anuradhawick/ai-album-notebooks

Last synced: about 2 months ago
JSON representation

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
```