Skip to content

tartaruz/Wizard_Search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wizard Search ( TDF-IDF search engine)

Is a simple search engine based on a previous project Experimenting_with_TF-IDF to show how the theory behind TF-IDF works. Explanation about how it works can be found in the ol’ project. Imagen

Usage

As a retro search engine, just search for what you want! The only limit is your imagination......is the size of the engine :(

The files are copies of Wikipedia with different content. The most relevant for you after pressing search will appear as a list of bottom under the search bar. By clicking on them, you will be navigated to its page

The topics/pages listed in the engine:

  • Bread
  • Clouds
  • Hot Dog
  • Norway
  • Rainbow
  • Sun
  • TV

Click on the logo for a surprise <3

Installation

Wizard Search requires Python 3+ to run.

Install the dependencies ...

$ pip3 install -r requirements.txt 

Set up the Flask application and run it..

$ export FLASK_APP=app.py
$ flask run

Tech

This project uses:

  • [Flask] - Flask depends on the Jinja template engine and the Werkzeug WSGI toolkit.
  • [Python 3.8] - Python is an interpreted, high-level, general-purpose programming language
  • [HTML/CSS/Javascript] - For rendering of the actual page

By Thomas Ramirez

About

A TF-IDF search engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published