gistillery / README.md
Benjamin Bossan
Initial commit
a240da9
# Dump your knowledge, let AI refine it
## Starting
Install stuff, then, in one terminal, start the background worker:
```sh
cd src
python worker.py
```
Start the web server:
```sh
cd src
uvicorn webservice:app --reload --port 8080
```
For example requests, check `requests.org`.