AI that analyzes flat/apartment offers and predicts prices, neural network implemented in pure python & numpy.
Follow these steps to setup FLAI:
- Clone this repository with
git clone https://github.com/ZeroBone/FLAI.git. - Create a
traineddirectory where the trained neural networks will be stored. - Add your dataset to the
datadirectory or use one of the ready datasets.
To train the neural network, run python train.py <dataset> where <dataset> is the name of the csv file with the data to be used for training. Specify the dataset name without .csv.
The network can be tested analogously, by executing python test.py <dataset>.