Skip to content

A exercise developed using the kmeans method for the intelligent systems course at UFMT.

Notifications You must be signed in to change notification settings

Rennasccenth/k_means_exercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to run?

The first thing that we need is set up our environment.

Requirements

python 3.10

With python installed, you i'll need to install all libraries that we use in this project. Let's do this.

Open a console and run the following command:

For Linux: pip3 install -r requirements.txt

For Windows: pip install -r requirements.txt

Running the project

With all dependencies installed, simply execute the main file:

python main.py

About

A exercise developed using the kmeans method for the intelligent systems course at UFMT.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published