| 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. |