Skip to content

ostojics/ml-godot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine Learning Model in Godot Game Engine

Motivation

With the rising interest in machine learning and AI, I wanted to familiarize myself with these important technologies. This guided project served a dual purpose: it served as my initiation into Machine Learning and also acted as an examination project for my Software Engineering studies, wherein I authored technical documentation for the project and defended its implementation.

Technical details

This project was fully made in Godot Game Engine using GDScript. Neural network used by the model is a single-layer neural network.

Run the model locally

Currently only a Linux build is available at https://drive.google.com/drive/folders/124DTzl1jFMKozbfL1tq7ZDgAjaND5gjt?usp=sharing

Linux

Make the required files executable

chmod +x MLModel.sh
chmod +x MLModel.x86_64

Run the model

./MLModel.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published