Git Product home page Git Product logo

retrosounding's Introduction

This repository is a submisison by Austin Cari, Steven Arbuckle and Daniel Belousov for CS 454 Information Retrieval w/ Prof. Ben McCamish at WSU Vancouver.

RetroSounding is a web application that uses Flask as a frontend tool to dynamically create web pages using results and records from a Whoosh! Index on the backend that is storing data about retro-style video games. Our database contains information about video game titles from as early as Pong up to the year 2000. To put that into perspective, the extremely successful franchise The Sims was first released by Maxis on Feburary 4th, 2000.

This project has been split into a frontend, where the HTML templates and flask scripts live, along with static content like images and stylesheets. The backend portion contains our web scraper and our raw scraped data, along with our Whoosh! index and whoosh scripts. When the flask app is started, we will create an instance of a Whoosh! object that can query the index we created and return results to the user in a web browser. Users are able to click on individual results and see in-depth information about any title in our database.

===How to Run===

  1. Make sure you have the correct dependencies installed

    • Install dependencies using pip MacOS, Linux, Commpand prompt: pip3 install flask pip3 install whoosh

    Windows Powershell: python3 -m pip install flask python3 -m pip install whoosh

  2. Boot up the app run the app using: python3 init.py

  3. Open your browser and go to http://127.0.0.1/5000/

retrosounding's People

Contributors

austin-cari avatar technofromage 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.