simple-ai
simple-ai copied to clipboard
Enabling everyone unfamiliar with programming languages to easily engage with AI and open the doors to the world of the future. (AI4ALL)
Dashboard --- https://www.codewithantonio.com/ 1. https://www.codewithantonio.com/projects/team-chat-platform 2. https://www.youtube.com/watch?v=Big_aFLmekI
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
The current stage, we have added regression models. However, the user interface is hard-coded for classification model evaluation in the `result` section. There is a need to redesign this part...