Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/renanholler/machine_learning_front
https://github.com/renanholler/machine_learning_front
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/renanholler/machine_learning_front
- Owner: renanholler
- Created: 2024-06-12T17:01:05.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-07T23:08:08.000Z (3 months ago)
- Last Synced: 2024-08-08T01:58:10.224Z (3 months ago)
- Language: JavaScript
- Size: 373 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Frontend para a API de classificação e clusterização.
## Pré-requisitos
- Node.js
- npm ou yarn## Instalação
1. Clone o repositório:
```bash
git clone https://github.com/renanholler/pin3_front.git
cd pin3_front
```2. Instale as dependências:
```bash
npm install
# ou
yarn install
```## Uso
1. Inicie o servidor de desenvolvimento:
```bash
npm start
# ou
yarn start
```2. A aplicação estará disponível em `http://localhost:3000`.
## Funcionalidades
- Upload de arquivos CSV para classificação e clusterização.
- Visualização dos resultados da classificação e clusterização.