Hello World !!
A Demo of Recomendation system Using SVD

How to work with ?
Super easy !! 
First import our Library . 
import RecSysDemoii

Then start set your ratings like this

#Rate(user_id,item_id,rating,time)
Rate(1,3,5.0,21-04-2022)


Then the magic word to recommend 10 items to your client 

#TOP10(user_id)
TOP10(1)