Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 749 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 749 Bytes

Kmeans implementation for Artificial Intelligence Course

Installation

Download and install anaconda https://www.anaconda.com/download/

Clone this repository:
git clone https://github.com/rvitorgomes/ai18 folderName

Go to the created folder and check if the conda is installed:
cd folderName
conda --version

Create and activate a new conda environment:
conda create -n ai18
activate ai18

Install the packages:
conda install numpy
conda install scikit-learn
conda install pandas
conda install matplotlib
conda install nltk

Initialization:
conda activate ai18
jupyter notebook

Advanced Instalation pip install -r requirements.txt