Skip to content

IlikeChooros/CLife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLife

A neural network project, entirely written in C++. Uses SFML to visualize network learning.

Set up

sudo apt-get install libvorbis-dev libflac-dev
  1. Ensure you have the following prerequisites installed on your system:

    • CMake (version 3.4 or later)
    • A C++ compiler that supports C++17
    • SFML
  2. Clone the repository to your local machine.

  3. Navigate to the project directory.

  4. Create a new directory for the build:

    mkdir build
    cd build
  5. Run CMake to generate the build files:

    cmake ..
  6. Build the project:

    make
  7. Run the executable:

    ./bin/CLife

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published