https://github.com/certainlywrong/minimal_server_2_classify
A minimal server to test image classify.
https://github.com/certainlywrong/minimal_server_2_classify
Last synced: 9 months ago
JSON representation
A minimal server to test image classify.
- Host: GitHub
- URL: https://github.com/certainlywrong/minimal_server_2_classify
- Owner: certainlyWrong
- Created: 2024-04-04T18:34:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-04T18:37:22.000Z (over 1 year ago)
- Last Synced: 2025-01-31T23:44:54.314Z (11 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 178 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
O repositório contém uma pequena API para executar testes com modelos de Machine Learning. A API foi desenvolvida utilizando o framework FastAPI e o TensorFlow para a execução dos modelos.
## Executando a API
Para executar a API, é necessário ter o [Poetrt](https://python-poetry.org/) instalado. Com o Poetry instalado, execute o comando abaixo para instalar as dependências do projeto:
```bash
poetry install
```
Após a instalação das dependências, execute o comando abaixo para iniciar a API:
```bash
poetry run server
```
Existem também um segundo comando para executar uma requisicao para a API:
```bash
poetry run client
```