|
|
@@ -3,14 +3,14 @@ |
|
|
|
Neural Network Model for solving captchas in 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: |
|
|
|
Executar o 'uvicorn main:app' para subir o endpoint. |