ef3aee7
cfc0cce
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
---
title: Freedom AI
emoji: 😍
colorFrom: green
colorTo: green
sdk: docker
app_port: 8000
---
# Freedom AI
## Installation
```bash
pip install -r requirements.txt
```
## Usage
```bash
python main.py
```
Visit http://localhost:8000
|