Skip to content

abhineetraj1/search-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Search engine

Privacy focused search engine, supported by wikipedia datasets

Installation

First install python3.6 in your respective system

For macOS

Open terminal , execute the below code

pip3 install wikipedia
pip3 install flask

For linux

Open terminal , execute the below code

sudo pip3 install wikipedia
sudo pip3 install flask

For windows

Open command prompt (search for this, you'll get it) , execute the below code

pip3 install flask
pip3 install wikipedia

Execution

For macOS

  1. Open terminal in the respective folder (where you have downloaded the project) write the below code and hit enter

flask run

  1. And then open web browser and go to -> http://127.0.0.1:5000

For Linux

  1. Open terminal in the respective folder (where you have downloaded the project) write the below code and hit enter

flask run

  1. And then open web browser and go to -> http://127.0.0.1:5000

For Windows

  1. Download this source code and double click on file -> app.py .

  2. And then open web browser and go to -> http://127.0.0.1:5000

Languages and tools used:

bootstrap css3 flask html5 javascript python

Developed by

@abhineetraj1