Giter VIP home page Giter VIP logo

surf's Introduction

Table of Contents


What is surf?(WIP)

Surf is a self-hosted search engine, which attempts to provide relevant search results based on pages similar to the ones you've already visited. Upon visiting a new webpage, the Surf web extension communicates the webpage to the surf back-end, which crawls the outbound links of the webpage and ranks them using PageRank.

Setup on Mac OS

./surf_install_macos.sh

Running on Linux (WIP)

./surf_install_linux.sh

Directory Structure (WIP)

├── ext                 # Chrome / Firefox extensions for gathering searches
├── crawl               # web crawler, to run in background
├── docs                # Documentation (WIP)
├── ui                  # web / app UI (WIP)
├── data                # data folder for web crawler data. Can move this somewhere else upon install
├── process_data        # python scripts for processing data (WIP)
├── logging             # logging web scraping + data processing(WIP)
└── messaging           # internal IPC messaging between components (WIP)

Contributing (WIP)

Web Crawler Pipeline

  • crawler_handler script (running in backgroun) calls crawler: (Data from crawler) -> format_data.py -> matrix for pagerank -> mat.csv -> website metadata (later) -> meta.json -> schema.json for pagerank schema

surf's People

Contributors

sumo43 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.