https://github.com/kiblelab/calcking-ai-score
https://github.com/kiblelab/calcking-ai-score
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kiblelab/calcking-ai-score
- Owner: KibleLab
- Created: 2024-05-28T12:10:17.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-26T07:56:09.000Z (over 1 year ago)
- Last Synced: 2025-05-15T19:11:21.875Z (about 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```