





Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
Digital signal processing notes with questions and answers
Typology: Lecture notes
1 / 9
This page cannot be seen from the preview
Don't miss anything!
Data Science Report On
Department of Electronics & Telecommunication Engineering Bharati Vidyapeeth (Deemed To Be University) College of Engineering, Pune – 4110043 Academic Year 2021-
BHARATI VIDYAPEETH (DEEMED TO BE UNIVERSITY) COLLEGE OF ENGINEERING, PUNE – 4110043 DEPARTMENT OF ELECTRONICS& TELECOMMUNICATION ENGINEERING CERTIFICATE
. Date: Prof. DK Ray Project Coordinator
The project 2 Technologies used 3
Database Description
The project Book Recommendation System is a type of recommendation system where we have to recommend similar books to the reader based on his interest. The books recommendation system is used by online websites which provide ebooks like google play books, open library, good Read’s, etc.
To develop the recommendation interface we have used PYTHON programming language. We have used the GOOGLE COLAB to run the code to recommend the book to the user. We have created a dataset of 100 books. we have stored the data of 100 books in a tabular form in which we have stored the BOOK ID , TITLE , SERIES , AUTHOR , DISCRIPTION , RATING , LANGUAGE Using a .csv The database of this project is hosted in the google colab server of the system itself which uses the google drive to store the data. When we need the recommended books for the user we have to run the given code and give the Title to which we need to get recommended books for user. send the data to the server and to the server and when someone enters their required title theprogram runs queries, fetches the data from server and find the recommended books for the user.
We have created a database in .csv format A CSV is a comma-separated values file, which allows data to be saved in a tabular format. CSVs look like a garden- variety spreadsheet but with a. csv extension. CSV files can be used with most any spreadsheet program, such as Microsoft Excel or Google Spreadsheets. We first need an ER (Entity relationship) model for our database. An entity- relationship diagram, or ER diagram, is essential for modelling the data stored in a database. It is the basic design upon which a database is built. ER diagrams specify what data we will store: the entities and their attributes. They also show how entities relate to other entities. Introduction
Code Screenshot