This repo acts as a base for building the recommendation system for the auto generation of the layers as well as a hub to gather/scrape the data for the same. The models generated over here are used to better the model building system in the main repo of AutoDL.
The goal of this repo is to create a system that can automatically recommend a SOTA deep learning model catered to the personalized needs of the user.
- Fork and clone the repository to your local machine.
- Install the required dependencies.
- cd into the working directory and run the script.
Open a terminal in the working directory and run the following command
run startDate endDate absolutePathToDataFolder
- startDate: start date of the data, format: yyyy-mm
- endDate: end date of the data, format: yyyy-mm
- absolutePathToDataFolder: The absolute path to the folder where you want the model files to be saved.
Please take a look at our contributing guidelines if you're interested in helping!