https://github.com/gustttavodev/machine-learning-labirinto
https://github.com/gustttavodev/machine-learning-labirinto
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gustttavodev/machine-learning-labirinto
- Owner: gustttavodev
- Created: 2024-06-21T00:52:06.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-06-21T19:47:00.000Z (12 months ago)
- Last Synced: 2025-01-09T22:49:20.619Z (5 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## CRIAÇÃO DE UM AMBIENTE VIRTUAL ISOLADO
```python3 -m venv venv```
#### BOOTSTRAP NO AMBIENTE
```source venv/bin/activate```## INSTALAR DEPENDENCIAS
```pip3 install numpy pandas scikit-learn matplotlib seaborn```
### RODAR O LABIRINTO
```python3 labirinto.py```