GitXplorerGitXplorer
r

NYTimes-homepage-rearranged-hf-spaces

public
2 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
f3481ab0459c7185aec14f07000c0fc7099ff11a

Update README.md

rradames committed 9 months ago
Unverified
a6fd8499b406f397c85443ffeef2a377d3251846

info

rradames committed a year ago
Unverified
1b06101774737790008877624686bb5a2ccd67d4

bump version and use Docker

rradames committed a year ago
Verified
5225288f11e00d6b01bca6fd7ff8b73d2ff09820

static

rradames committed 2 years ago
Verified
fdebd298bbfeec6391df81ba7c5eada628663b09

Update README.md

rradames committed 3 years ago
Unverified
b8d2429e23d5644ae532ea1d4f9d7a4b33877cdb

fix requirements

rradames committed 3 years ago

README

The README file for this repository.

title: NYTimes Homepage Sentiment Analysis emoji: 📰 colorFrom: red colorTo: green sdk: docker app_port: 7860 pinned: false short_description: News Sentiment Analysis Toggle Between Good and Bad

The New York Times Sentiment Analysis

This project is an experiment running sentiment analysis on the current New York Times homepage headlines RSS. It also provides a sorting button to toggle between good and bad news first😛 . It's built with a custom SvelveKit front-end , served by a Flask application and using transformers pipeline for the sentiment analysis.

Running

Server

python -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
python app.py

Client

cd frontend
npm install
npm run dev

go http://localhost:5173/

or

make build-all
make run

go http://127.0.0.1:7860