Skip to content

Files

Latest commit

ecdb67c · Oct 24, 2023

History

History
69 lines (43 loc) · 2.15 KB

README.md

File metadata and controls

69 lines (43 loc) · 2.15 KB

Project Title: Kids Learning App

Description

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.

Getting Started

These instructions will help you get a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

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.

Installing Kids Learning App

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

Building the Project

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

Running the Application

To run the application, you can either use Qt Creator's built-in run functionality, or run the built executable from the command line.

Contributing to Kids Learning App

To contribute to Kids Learning App, follow these steps:

  1. Fork this repository.
  2. Create a branch: git checkout -b <branch_name>.
  3. Make your changes and commit them: git commit -m '<commit_message>'
  4. Push to the original branch: git push origin <project_name>/<location>
  5. Create the pull request.

Alternatively see the GitHub documentation on creating a pull request.

Contact

If you want to contact me you can reach me at <pouya.ahmadvand@gmail.com>.