Skip to content

chaitanya1123/Course-Recommender-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Course-Recommender-System

A Real Time Course Recommender System in R Course Recommender v1.0

Link : https://rts-course-recommender.shinyapps.io/course_recommender_system/

Requirements for running the project through source code:

You will need to install the following to run the .r files:

  1. R Environment(R-3.3.2 for Windows (32/64 bit)) Link :https://cran.r-project.org/bin/windows/base/

  2. RStudio 1.0.44 - Windows Vista/7/8/10 (IDE for R) RStudio 1.0.44 - Mac OS X 10.6+ (64-bit) Link:https://www.rstudio.com/products/rstudio/download3/

    Packages required :

    1. arules
    2. shiny
    3. shinydashboard
    4. stringr
    5. datasets

    These packages can be installed by typing "install.packages("package_name")" in the R Studio console.

    Make sure the libraries are included before the program is run!!!

Steps to run the program:

  1. Place the ui.r, server.r, Login.r files and all database files in a new directory

  2. Make sure the databases are in the same directory as the .r files (not in a subfolder).

  3. Set the working directory of Rstudio to this project directory using the command setwd ('path/to/directory')

  4. Open server.r and click runApp button on the top right of the editor, or type runApp() in the RStudio console.

About

A Real Time Course Recommender System in R

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages