This is an engaging, kid-friendly application designed to familiarize children with the fundamental principles of image processing, sound analysis, and machine learning in a fun and interactive manner. Built with Qt, it provides a simple yet intuitive user interface that makes learning complex concepts easy and enjoyable for children.
These instructions will help you get a copy of the project up and running on your local machine for development and testing purposes.
Before you begin, ensure you have met the following requirements:
- You have a Windows/Linux/Mac machine.
- You have installed the latest version of Qt.
To install Kids Learning App, follow these steps:
# Clone the repository
git clone https://github.com/your_username/kids_learning_app.git
# Go into the repository
cd kids_learning_app
# Install dependencies
# If using Qt Creator, it will handle the dependencies with .pro file
If you're using Qt Creator, you can build the project by clicking Build > Build Project "kids_learning_app"
.
Alternatively, you can build the project from the command line:
# Go into the build directory
mkdir build
cd build
# Configure the build
qmake ../kids_learning_app.pro
# Build the project
make
To run the application, you can either use Qt Creator's built-in run functionality, or run the built executable from the command line.
To contribute to Kids Learning App, follow these steps:
- Fork this repository.
- Create a branch:
git checkout -b <branch_name>
. - Make your changes and commit them:
git commit -m '<commit_message>'
- Push to the original branch:
git push origin <project_name>/<location>
- Create the pull request.
Alternatively see the GitHub documentation on creating a pull request.
If you want to contact me you can reach me at <[email protected]>
.