## Model Creation The first step to use the machine learning feature on Pybytes is the model creation. The Machine Learning app can be accessed in the main sidebar. ![Machine Learning App](/gitbook/assets/pybytes/ml/pybytes_front_page.png) To create a new model, click on **ADD MODEL** button and follow the wizard. The existing models are listed below. ![Create Model](/gitbook/assets/pybytes/ml/ml_page.png) ### Model Wizard #### The first step is the model definition. In the model definition the fields **Name**, **Description**, and **Sample frequency** should be fulfilled. ![Model Definition](/gitbook/assets/pybytes/ml/model_definition.png) #### The second step is the model configuration. In the model configuration, the processing block type and learning block technique should be selected. In the beta version, only the Spectral Analysis (processing block type) and Neural Network (learning block technique) are available. ![Model Configuration](/gitbook/assets/pybytes/ml/model_config.png) #### The third step is the Device Selection. In the third step the devices that will be used to train and test the model should be selected. ![Device Selection](/gitbook/assets/pybytes/ml/select_device.png) And now the model is ready to be used! ![Device Selection](/gitbook/assets/pybytes/ml/model_created.png) Check this link to learn how to train and test the model [**Model features**](/pybytes/mlintegration/features)