1440

Our project is automatic flight learning, based on deep learning with tenserflow

The purpose of our flight controller is to integrate artificial intelligence.
Are goal is to anticipate, to pilot, to help the pilot etc ....
currently esp32 is the only one that is powerful enough to run a small neural network while being lightweight and powerful.
Our controller will use two esp32 as an active controller using the current neuron network. And the other recording the data for future modifications. Back at the base the data is transmitted to the pc program, and via tensorflow the neuron network is improved and returned to the controller.