Skip to content

bessaFan/NoLongerMassey

Repository files navigation

Introduction

Website application made for MasseyHacks IV

Set up

Installation

(sudo) pip install flask
pip install scrapy
pip install BeautifulSoup4

Run

(with flask)

export FLASK_DEBUG=1   # optional
export FLASK_APP=server.py
python -m flask run --host=0.0.0.0

About

A web app that takes a topic as input and returns the most accurate and relevant information by using a web crawler and an AI text summarizer. It removes the vast amount of redundant text from search engines so that the user can read as little as possible.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors