浏览代码

#feat: finishing readme

main
LucasUnioIT 6 个月前
父节点
当前提交
64d3b677f9
共有 1 个文件被更改,包括 8 次插入8 次删除
  1. +8
    -8
      README.md

+ 8
- 8
README.md 查看文件

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

正在加载...
取消
保存