Skip to content

Atheneum Is A Book Recommendation Platform developed as Minor Project for sophomore year by Himanshu, Sagar, Karan, Tushar lead by Piyush

Notifications You must be signed in to change notification settings

P1YU5H-50N1/Atheneum

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minor Project: Atheneum - Interactive Library Management System

Prerequisites:

  • Python
  • NPM

Steps to setup:

  1. Clone this repository from your method of choice
  2. Install pipenv
    pip install pipenv
  3. Make sure your python version is 3.7
  4. If python version is not 3.7 then try installing it or (not recommended) change the python version in pipfile to your installed python version.
  5. Navigate to root directory of the project, you prompt should show something like "~/project/folder/ATHENEUM-Interactive-Library-Management-System" for Linux or "C:\project\folder\ATHENEUM-Interactive-Library-Management-System" for windows
  6. Install python dependencies by initiating virtual environment via pipenv shell
  7. Download the SVD.joblib file and place it in ~/project/folder/ATHENEUM-Interactive-Library-Management-System/Atheneum/prediction/mlmodel/
  8. Download and save book_summaries1.csv in ~/project/folder/ATHENEUM-Interactive-Library-Management-System/Atheneum/prediction/Data/
  9. Open another terminal and navigate to ~/project/folder/ATHENEUM-Interactive-Library-Management-System/Atheneum/frontend/ and install npm dependencies via npm install
  10. Build frontend by running npm run build
  11. Navigate ~/project/folder/ATHENEUM-Interactive-Library-Management-System/Atheneum/ then run django server via python manage.py runserver.

About

Atheneum Is A Book Recommendation Platform developed as Minor Project for sophomore year by Himanshu, Sagar, Karan, Tushar lead by Piyush

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 64.6%
  • Python 27.5%
  • HTML 7.7%
  • Other 0.2%