laurooyen / BitBrain

An AI project for maths developed by Lauro Oyen and Jonathan Swinnen.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BitBrain

An AI project for maths developed by Lauro Oyen and Jonathan Swinnen.

The goal of this project is to recognize handwritten digits and mathematical operators in an image. Our program then extracts the bounding boxes and classifies the symbols using artificial intelligence. The backend that does these calculations is implemented in C++ for optimal performance. The frontend is implemented using a Node.js server such that it can be used from a web browser on desktop and mobile platforms. A screenshot of the WebApp can be seen below.

BitBrain Web Application

Getting Started

Download BitBrain or learn how to compile it from source code in the Getting Started manual.

Getting Started

Documentation

Learn how BitBrain works in the Program Flow manual.

Program Flow

Basic code examples can be found in the Examples folder.

Examples

License

BitBrain is licensed under the MIT License, see LICENSE.txt for more information.

About

An AI project for maths developed by Lauro Oyen and Jonathan Swinnen.

License:MIT License


Languages

Language:C++ 88.0%Language:JavaScript 7.0%Language:CSS 3.6%Language:HTML 1.4%