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.
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
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
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