This is a project made for the Algorithm Analysis and Design Course in Monsoon '20. WikiWalk is a game where the objective of the game is to go from one randomly assigned Wikipedia article to another via the links present in an article. Via this project we hope to map the human psyche to better understand what a person thinks when presented with a piece of informaation. We also want to create a platform where people can spend time going reading and understanding Wikipedia articles.
- Ruthvik Kodati
- Aman Goyal
- Adwait Raste
- Siddhant Jain
- Tejasvi Chebrolu
- Keshav Bajaj
- Create a virtual environment using the command
virtualenv -p python3 venv
- Activate the environment using the command
source venv/bin/activate
- Clone the repository using the command
git clone https://github.com/adwaitraste/WikiWalk
- Install the requirements via the command
pip install django==3.1.2 mysqlclient==2.0.1 pymysql
- To run use the command
cd WikiWalk && python manage.py runserver
- Do let us know if you are planning to use this so that we can start the server (The server is being hosted locally.)