Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
8JP8 authored Jan 12, 2024
1 parent 7a6446e commit 1c6d40a
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,16 @@ This application is designed for quality control of apples, utilizing detection
pip install numpy opencv-python keras pyqt6 configmanager pyserial
```

3. Run the application using the command:
3. Download the SourceCode and put the models.zip content (downloaded from the releases) inside the modules folder.

4. Run the application using the command or use the executable version from the releases:
```
python main.py
```

4. Follow the on-screen instructions to input apples for quality control, and view the results.
5. Follow the on-screen instructions to input apples for quality control, and view the results.

5. Alternatively, you can use the precompiled executable version of the application available in the [AppleCategorizationApp_EXE.zip](https://github.com/8JP8/Projeto1_ESAN-UA_2023-2024/releases/download/V1.6/AppleCategorizationApp_EXE.zip).
6. Alternatively, you can use the precompiled executable version of the application available in the [AppleCategorizationApp_EXE.zip](https://github.com/8JP8/Projeto1_ESAN-UA_2023-2024/releases/download/V1.6/AppleCategorizationApp_EXE.zip).

---
# Aplicação de Controlo de Qualidade de Maçãs
Expand Down Expand Up @@ -64,11 +66,13 @@ Esta aplicação é projetada para o controle de qualidade de maçãs, utilizand
pip install numpy opencv-python keras pyqt6 configmanager pyserial
```

3. Execute a aplicação com o comando:
3. Faça download do sourcecode e do models.zip (disponível nas releases) e coloque o conteúdo na pasta modules.

4. Execute a aplicação com o comando ou abra a versão executável disponível nas releases:
```
python main.py
```

4. Siga as instruções na tela para inserir maçãs para controle de qualidade e visualize os resultados.
5. Siga as instruções na tela para inserir maçãs para controle de qualidade e visualize os resultados.

5. Alternativamente, você pode usar a versão executável pré-compilada do aplicativo disponível no arquivo [AppleCategorizationApp_EXE.zip](https://github.com/8JP8/Projeto1_ESAN-UA_2023-2024/releases/download/V1.6/AppleCategorizationApp_EXE.zip).
6. Alternativamente, você pode usar a versão executável pré-compilada do aplicativo disponível no arquivo [AppleCategorizationApp_EXE.zip](https://github.com/8JP8/Projeto1_ESAN-UA_2023-2024/releases/download/V1.6/AppleCategorizationApp_EXE.zip).

0 comments on commit 1c6d40a

Please sign in to comment.