Skip to content

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.

License

Notifications You must be signed in to change notification settings

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

No packages published