Coder Social home page Coder Social logo

tohidn / quaero Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 807 KB

Search Engine for web and images, made with Django

Home Page: http://TheRational.ist/

License: MIT License

Python 84.56% CSS 4.94% HTML 10.11% JavaScript 0.39%
search-engine web-search image-search crawler django

quaero's Introduction

Description

Search Engine is still in development.

Installation:

  1. install requirement packages.
  2. download "punkt" dataset in nltk.
$ python3
>>> import nltk
>>> nltk.download('punkt')

Task List

  • User Management(login, signup, profile page, ...) powered by Django Boilerplate
  • Offline Data Storage Models(Sites, Pages, Links)
  • Simple HTML page scraper(powered by BeautifulSoup)
  • Crawler with depth as an endpoint(Simple page crawler powered by requests)
  • Crawling Tasks
  • Queues for Crawling Tasks(Powered by celery)
  • Template to list active and queues tasks
  • Backlink Counter
  • Templates(Search page, List sites and it's pages)
  • Extract Article content and title(remove extra HTML data such as sidebar, header, ...)
  • Indexed Search(Powered by Solr, haystack)

Tasks For Academic Research

  • Sentiment Analysis
  • Factoid Extraction and comparison

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.