hellocomputer/README.md

11 lines
148 B
Markdown
Raw Permalink Normal View History

2024-05-17 22:23:34 +02:00
# hellocomputer
2024-05-18 00:02:14 +02:00
Analytics with natural language
```
uv pip install -r requirements.in
```
```
uvicorn hellocomputer.main:app --host localhost
```