Skip to content

AI-14/google-pagerank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Pagerank

Course Project: MATH 371/193 - Introduction to Numerical Analysis

Table of contents

  1. Description
  2. Project Website
  3. Installation and Usage

Description

Use numerical analysis techniques to solve and demonstrate the Google pagerank problem.

Project Website

Google Pagerank T193/Math371

Note: The services of imfast.io are terminated. To view the project, go to src/ProjectWebsite.html.

Installation And Usage

  • Requirements:
    • python >= 3.4
  • git clone https://github.com/AI-14/google-pagerank.git - clones the repository
  • cd google-pagerank
  • py -m venv yourVenvName - creates a virtual environment
  • yourVenvName\Scripts\activate.bat - activates the virtual environment
  • pip install -r requirements.txt - installs all modules

About

Usage of numerical analysis techniques to solve and demonstrate the Google pagerank problem.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors