- Ensure you have Python v3.6 or later
- Install the required dependencies present in the
requirements.txt
- Download the Digital_Software_V1 Dataset
- Place the dataset
amazon_reviews_us_Digital_Software_v1_00.tsvin theresources > datasetdirectory - Navigate inside the
recommendersdirectory. - Run the
svd_trainer.py&knn_trainer.pyfiles to train the required Models. (This process will be improved later). - The models should be present in the
resources > modelsdirectory. - Once the model has been generated, return to the root of the Project.
- Execute the following command to run the web application:
$ streamlit run main.py - The application should be accessible via the url
http://localhost:8501