Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 665 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 665 Bytes

SimpliFeed Backend

NOTE: As the backend is hosted using Render free tier, it will go in sleep mode after 15 minutes if inactive, which will take about 20-30 seconds to wake up. Please ignore initial loading time.

Install libraries:

# I'm using cuda 11.7... change it according to your version
pip install -r requirements-local.txt

To run summarization model and scrape news articles

py scrape_yahoo_articles.py

To run backend app:

uvicorn main:app --reload

Possible Difficulties: