Code Monkey home page Code Monkey logo

book-finder's Introduction

OBS.: O README.md foi editado além do prazo para acréscimo do link do vídeo II com correção do volume do áudio. Os dois vídeos estão presentes na descrição do projeto abaixo, mas recomendamos fortemente que assista a versão com áudio melhorado, com mesmo conteúdo da versão anterior - nenhum outro arquivo foi editado além do prazo (vide histórico de commits).

book-finder

Search engine and information retrieval tool for books

Group

Milestones

Search Engine App Demo

Access the demo video here.

Dev environment and code execution

Commands to run the search engine app:

Using Docker

Build image:

docker build -t book-finder .

Start container:

docker run -p <port>:<port> -e PORT=<port> book-finder # e.g. port = 5000

Access localhost:<port> in your web browser.

Using Python Environment

# Create Python venv
python -m venv .venv

# Activate venv
# Windows
.venv\Scripts\activate
# Linux
source .venv/bin/activate

# Install dependencies and local package
pip install -r requirements

pip install -e .

To run the Book Finder app and test it locally with your own queries do:

cd search_engine
cd gui
flask run

If you wish to run the app on debug mode, run the command below instead of flask run:

python index.py

book-finder's People

Contributors

amandascm avatar tta13 avatar luis-alves2 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.