Coder Social home page Coder Social logo

algeo02-19040's Introduction

SandBox

A simple search engine website for searching documents

Table of contents

General info

SandBox is a simple search engine website for documents that uses similarity cosine as its searching method. Simply enter your query in the searchbar and click search. SandBox will then display the results sorted from the highest similarity rate. Every result has a clickable name that will direct you to a page where you can examine the document contents. The results page also provide a similarity table that keep count of the number of query that is found inside each document inside our database

You can also upload your own document to be included inside our database. Direct to the upload page and choose the .txt file that you wish to upload. As soon as you do, other users can now find your uploaded file in their search results.

Screenshots

Landing page Upload Search

Setup

  1. Install the latest Python version from the website https://www.python.org/downloads/. Make sure the version that you install is higher than Python 3.0.0

  2. Install NLTK, flask, and flask_wtf by entering the following command inside your terminal:

    pip install nltk
    pip install flask
    pip install flask_wtf
    

    If the command above doesn't work, try to use pip3 instead of pip

  3. Type the following command inside the terminal to clone the project:

    git clone https://github.com/shafiranaya/Algeo02-19040.git
    
  4. Move to src folder by typing this command:

    cd Algeo02-19040/src
    
  5. Run the app by typing:

    python3 app.py
    
  6. The terminal will give you a link where the website is hosted. (For most cases it's http://127.0.0.1:5000/)

Status

Project is: Finished!

Contact

Created by:

  1. Shafira Naya (@shafiranaya) - 13519040
  2. Nabelanita Utami (@nabelanita) - 13519104
  3. Gayuh Tri Rahutami (@wundersmith) - 13519192

algeo02-19040's People

Contributors

nabelanita avatar rahutami avatar shafiranaya avatar

Watchers

 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.