[Demo] next-week-tonight.vercel.app
Document for more details. Generative AI for News Presentation
Next week tonight is a predictive analytical tool that gives a summary of next week's news stories to you today -- it updates the news stories based on user input but also using historical context and data.
We are passionate about bringing interactivity to news story telling and providing a glimpse into how tuning different parameters can generative different possible futures and outcomes.
Backend instructions: Run
python Backendv2/app.py
Frontend:
npm install (if running for the first time)
cd frontend
npm run build
npm run dev