cse-git link: 
https://tarunsaurabh@git.cse.iitb.ac.in/tarunsaurabh/reinforcement-learning-peers-space.git
---------------------------------------------------------------------------------------------------------------


Abhijeet Pratap Singh	203059001	{Documentation and Data acquisition,templates}
Ayush Gupta	203050034	{Layout/ ML and RL related tasks/ Workingwith models}
Ankit Gaur	203050081	{Documentation and Data acquisition,templates}
Tarun Saurabh	203050009	{Python/ ML related tasks/models}

-----------------------------------------------------------------------------------------------------------------
Motivation:
Peer’s Space is started to provide a platform to exchangeknowledge between the experts of one field with the experts of other field.  The vast majority of human knowledge is still not onthe internet.  Most of it is trapped in the form of experience inpeople’s heads, or buried in books and papers that only expertscan access.  As a consequence most people don’t have theknowledge they should, and don’t have the time, connections, orskills to get the knowledge faster.


In this project user can read and post article display of article on the feed is based on Thompson sampling from using beta distribution
------------------------------------------------------------------------------------------------------------------
How to use:
Using the peer's space is very simple. You need to have installed the dependencies.
To install python3 on ubuntu, run the following command in your terminal.
    sudo apt-get install python3.6
    pip3 install numpy
To install Django on ubuntu, run the following command in your terminal.
    sudo apt-get install python3-django
One needs to git clone the project. After that open terminal in peers_space directory where manage.py is present and run following commands.
    python3 manage.py makemigrations
    python3 manage.py migrate
    python3 manage.py runserver
To access the application open the web browser and go to "localhost:8000"
