A successful Machine Learning (ML) model implementation requires threemain components: training dataset, suitable model architecture and trainingprocedure. Given dataset and task, finding an appropriate model might be challenging.AutoML, a branch of ML, focuses on automatic architecture search —a meta method that aims at removing human from ML system design process.The success of ML and the development of quantum computing (QC) in recentyears led to a birth of new fascinating field called Quantum Machine Learning(QML) that, amongst others, incorporates quantum computers into ML models.In this paper we present AQMLator, an Auto Quantum Machine Learningplatform that aims to automatically propose and train the quantum layers ofan ML model with minimal input from the user. This way, data scientists canbypass the entry barrier for QC and use QML. AQMLator uses standard MLlibraries, making it easy to introduce into existing ML pipelines.