Hello 👋🏻 You can use NewsGPT to get the latest news about anything–any topic, category, entity or event. See it in action: https://news-gpt-demo.streamlit.app/
NewsGPT is powered by GPT-3.5 and AYLIEN News API. The source code of NewsGPT can be accessed in this repository.
To run locally:
- Rename
.streamlit/secrets.example.tomlto.streamlit/secrets.tomland add your AYLIEN News API and OpenAI API keys to it - Install the dependencies by running
pip install -r requirements.txt - Run
streamlit run app.pyin the root folder