Skip to content

Search Engine Based on Information Retrieval using cosine similarity. Made with python and flask.

Notifications You must be signed in to change notification settings

AndhikaRei/Link-Start-Search-Engine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TF-IDF-Search-Engine

Tugas Besar 2 IF 2123 Aljabar Linier dan Geometri Aplikasi Dot Product pada Sistem Temu-balik Informasi Semester I Tahun 2020/2021

Requirements

Installation

Clone the repository

git clone https://github.com/gdeananthap/Algeo02-19026.git
cd Algeo02-19026

Automatic Setup

First Time Setup

  1. Open setup.bat
  2. Wait until the installation is finished
  3. The setup will automatically open the web browser
  4. If the page failed to load, wait a moment then refresh the page

Run

  1. Open run.bat
  2. It will automatically open the web browser
  3. If the page failed to load, wait a moment then refresh the page

Manual Setup

After cloning the repository

cd src
py -m venv env
env\Scripts\activate
pip install -r requirements.txt
flask run

Then open your web browser and go to localhost:5000

Screen Capture Home

Screenshot

Screen Capture How To Use

Screenshot

Screen Capture About Us

Screenshot

Screen Capture Local File IR

Screenshot

Screen Capture Web Scraping IR

Screenshot

Screen Capture Open File

Screenshot

About

Search Engine Based on Information Retrieval using cosine similarity. Made with python and flask.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 63.9%
  • Python 26.5%
  • CSS 8.9%
  • Batchfile 0.7%