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

https://github.com/andreped/herai

Web service for testing AI-based models on your own data
https://github.com/andreped/herai

Last synced: 6 months ago
JSON representation

Web service for testing AI-based models on your own data

Awesome Lists containing this project

README

          

# herai



💻 Install
-------

Create a virtual environment and activate it:

```
python3 -m venv venv --clear
. venv/bin/activate
```

Install dependencies:

```
python3 -m pip install flask==2.2.2 livermask==1.4.0
```

🚀 Run
---

Start the server:

```
python3 main.py
```

Open http://127.0.0.1:5000 in a browser.

⭐ Acknowledgements
----

https://github.com/pallets/flask