Chun-Ho (Hugo) Lin
Chun-Ho (Hugo) Lin
We can incorporate the [CNN-handwriting-detection](https://github.com/1chooo/CNN-handwriting-detection) into the playground to showcase the results obtained after training with SIMPLE AI.
The current codebase of the Plum Playground is still quite messy and needs to be integrated into the `Refinaid` package. Additionally, each time Plum is launched, there is a delay...
``` PROJECT_ROOT ├── static/ │ ├── favicon.ico ├── Refinaid/ │ ├── App/ │ │ ├── app.py │ : └── : ``` In the below of our project structure, if we...
We have currently completed the initial functionality of this project. In order to broaden the scope of our project and make our goals even more ambitious, we are looking to...
We need to temporarily suspend our CI/CD process at the moment because we are still in the process of completing the development of our core features. We will resume additional...
When we click on "example" and switch datasets, the "Select Multiple Parameters" field cannot be properly filled in. #107
Descriptions --- The current content of our project can become overly complex if we try to expand it to include more information **about us, demos, or machine learning materials**. Moreover,...
We always encounter the following message when we select the `KNeighborsClassifier` algorithm. Although it doesn't affect usability, we can investigate it further! ```console File "/Users/linchunho/Developer/simple-ai/Refinaid/Utils/Update.py", line 336, in update_training_results figures,...
**Descriptions** We need to modify the examples provided in the training, as they currently overlap with the preprocessing. **Screenshots**