Metadata-Version: 1.1
Name: RecSysDemoii
Version: 0.0.2
Summary: Recomendation System Demo
Home-page: UNKNOWN
Author: Remadnia Ouahiba
Author-email: remadniahiba3@gmail.com
License: MIT
Description: 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)
        
        Change Log
        ==========
        
        0.0.2 (04/21/2022)
        -------------------
        - First Release
Keywords: Recomndation
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
