GithubHelp home page GithubHelp logo

queria's Introduction

Queria

A faster way to find the answers to your web searches. When you make a search on google, you are given thousands of results to read from. With Queria, these pages are quickly parsed and the answer to your question is given directly.

Multiple Choice Questions

If you input possible answers to your question, the likelihood of each answer is given to you. The first twenty search results from google are parsed, and your questions is searched in each paragraph using token set ratios. Your provided answers will be searched for within paragraphs deemed relevant to your question. The higher the count of occurences for each answer, the more likely that answer is correct.

Free Response Questions

Your question is searched specifically within the realm of quizlet. Only the first three pages are parsed for this type of question. Within these quizlets, only question cards with 90% similarity (to your question) are displayed.

Dependencies

Installation

$ pip install google
$ pip install beautifulsoup4
$ pip install requests
$ pip install fuzzywuzzy
$ pip install python-levenshtein

That's it.

Coming Soon

As of right now, the Free Response section is powered only with quizlet. This means that if a quizlet doesn't have the answer to your question, you're out of luck. In the future, I plan on accessing wikipedia articles, finding relevant passages within them, and then summarizing those passages.

Also, I plan on experimenting putting your search phrase into quotes when searching google (thus searching for the exact phrase), and then also parsing the pages within those results.

Both of these things would add quite a few dependencies, though (the summarization would require about 2 more packages and page parsing would require nltk with at least 3 of its corpora). We shall see what I decide on...

queria's People

Contributors

manwholikespie avatar jaykm avatar

Watchers

James Cloos avatar  avatar  avatar  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.