Course Project: MATH 371/193 - Introduction to Numerical Analysis
Use numerical analysis techniques to solve and demonstrate the Google pagerank problem.
Note: The services of imfast.io are terminated. To view the project, go to src/ProjectWebsite.html.
- Requirements:
python >= 3.4
git clone https://github.com/AI-14/google-pagerank.git- clones the repositorycd google-pagerankpy -m venv yourVenvName- creates a virtual environmentyourVenvName\Scripts\activate.bat- activates the virtual environmentpip install -r requirements.txt- installs all modules