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
- Host: GitHub
- URL: https://github.com/andreped/herai
- Owner: andreped
- License: mit
- Created: 2022-11-18T13:58:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-23T12:48:13.000Z (about 3 years ago)
- Last Synced: 2025-02-17T17:52:21.992Z (over 1 year ago)
- Language: Jinja
- Homepage:
- Size: 640 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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