Skip to content

Commit

Permalink
Updated ReadMe.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ankschoubey authored Mar 20, 2018
1 parent c049063 commit c1b8f92
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ Creation: ```conda env create -f conda_environment.yml```

Load Environment: ```source activate recommender```

For those using ```pip```

```pip install -r requirements.txt```

## Download and extract

[MovieLens Dataset](http://files.grouplens.org/datasets/movielens/ml-latest-small.zip).
Expand All @@ -16,6 +20,7 @@ Load Environment: ```source activate recommender```

Use MySQL. Create a empty database. Remember database name.


## Running

Make sure MySQL server is running.
Expand All @@ -26,10 +31,8 @@ If you are setting up for the first time you will be asked for database details.

If you want to reset run ```generate_defaults.py``` or delete ```defaults.json``` file

Also you would have to make changes to ```DATABASE```variable in ```Hybrid_Recommender_System/setting.py``` which Django will use.

## Old Build
[v0.1-alpha](https://github.com/ankschoubey/Hybrid-Recommender-System/releases/tag/v0.1-alpha)

Upcomming:

**v0.2-alpha**
- Django Support
[v0.2-alpha] - Django Support

0 comments on commit c1b8f92

Please sign in to comment.