Automating Random Forest Website

Hey Guys !
I just completed building a website which automates preprocessing, training and tuning of random forests in a GUI way. You just have to give your training and test data and you will receive predictions and a feature importance graph in your mail. The random forest used for has its hyper-parameters tuned as well as has some level of feature engineering. Also the website is free for all. The link of the website is as follows :

https://nocodeml.herokuapp.com/

Jeremy thanks a lot for the wonderful course which gave me the opportunity to build such a project.

Also the code which automates the random forest part is available here :

Any suggestions are welcome !