- book worm is a book recommendation system , people who are strugguling to pick up books to read , this app will help them to atleast recommend some books.
- this repo holds all neccesary codes and confegurations that you need in order to run it locally and on web.
download the whole repo to your local environment or initialize a git repo and add remote to this repo on cloud.
-
you can use any Operating System you want but we used windows to develop this app from scratch as full stack application with machine learning functinality.
-
use pycharm and open this repo with pycharm
-
pycharm will allow you to downlaod neccesary packages by just one click but you can cd into the projects folder and install packages using pip
pip install foobar
- if your pc do not have django installed you can install it using:
pip install django
- activate virdual env using (before running below script , cd into path where you have manage.py): assuming your virtual envoronment folder name is venv activate it using :
for windows:
source venv/Scripts/activate
for linux:
source venv\bin\activate
- in order to deactivate the vertual env just run command below both in windows and linux operating systems:
deactivate
make sure you activate your vertual environment when ever you want to make changes on your code or work on the project.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
we We are a team of passionate web developers and data scientists working on this project called Book Worm. we are planning to expand this project to help people to decide better what book to read next. Help Us To Make It Real.