Skip to content

Commit 77bddfe

Browse files
author
Mohamed Sarwat
committed
Add Authors list and Change Headers
1 parent 9063283 commit 77bddfe

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Welcome to RecDB.
1+
# Welcome to RecDB
22
An Open Source Recommendation Engine Built Entirely Inside PostgreSQL 9.2. RecDB allows application developers to build recommendation applications in a heartbeat through a wide variety of built-in recommendation algorithms like user-user collaborative filtering, item-item collaborative filtering, singular value decomposition. Applications powered by RecDB can produce online and flexible personalized recommendations to end-users. You can check out the code, as follows:
33

44
```
55
$ git clone https://github.com/Sarwat/recdb-postgresql.git
66
```
77

88

9-
### Recommended Specifications
9+
## Recommended Specifications
1010

1111
RecDB is designed to be run on a Unix operating system. At least 1GB of RAM is recommended for most queries, though when working with very large data sets more RAM may be desirable, especially when you are not working with apriori recommenders.
1212

@@ -63,6 +63,7 @@ If you ever want to eliminate the current database , use the clean.pl script.
6363
perl clean.pl [db_name] [server_host]
6464
```
6565

66+
## How It Works
6667

6768
### Loading Data
6869
We provide the MovieLens data to build a "Hello-World" movie recommendation application using RecDB. You can load the data using the sql script called "initmovielens1mdatabase.sql" stored in "./PostgreSQL" directory. We provide the dataset at "./PostgreSQL/moviedata / MovieLens1M/" directory.
@@ -124,7 +125,12 @@ ORDER BY R.ratingval
124125
LIMIT 10
125126
```
126127

128+
## Authors
129+
Mohamed Sarwat
127130

131+
James Avery
128132

129-
### Support or Contact
133+
Mohamed F. Mokbel
134+
135+
## Support or Contact
130136
Having trouble with RecDB ? contact [email protected] and we’ll help you sort it out.

0 commit comments

Comments
 (0)