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

https://github.com/kiblelab/calcking-ai-score


https://github.com/kiblelab/calcking-ai-score

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# Installation

```sh
conda create -n calc python=3.12 -y
conda activate calc
pip3 install -r requirements.txt
```

# How to start

```sh
uvicorn main:app --reload
```