Skip to content

Auto-DL/Recommendation-System

Repository files navigation

Recommendation-System

Contributions welcome Slack Contributor Covenant

Why this repo

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.

How to run

  1. Fork and clone the repository to your local machine.
  2. Install the required dependencies.
  3. cd into the working directory and run the script.

HOW TO USE

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.

Contributing

Please take a look at our contributing guidelines if you're interested in helping!