Browse Source

#feat: finishing readme

main
LucasUnioIT 7 months ago
parent
commit
64d3b677f9
1 changed files with 8 additions and 8 deletions
  1. +8
    -8
      README.md

+ 8
- 8
README.md View File

Neural Network Model for solving captchas in Python Neural Network Model for solving captchas in Python


## Instalação de Dependências do Python: ## Instalação de Dependências do Python:
pip install selenium
pip install fastapi
pip install pydantic
pip install opencv-python-headless # Para cv2
pip install tensorflow
pip install imutils
pip install numpy
pip install scikit-learn
- pip install selenium
- pip install fastapi
- pip install pydantic
- pip install opencv-python-headless # Para cv2
- pip install tensorflow
- pip install imutils
- pip install numpy
- pip install scikit-learn


## Execução: ## Execução:
Executar o 'uvicorn main:app' para subir o endpoint. Executar o 'uvicorn main:app' para subir o endpoint.

Loading…
Cancel
Save