- Fetch the latest news based on "keywords"
- (TODO : Refine semantic search and scoring)
- (TODO) Send emails, pdfs
- Clone repo
git clone https://github.com/aiplaybookin/novice-ChatGPT.git
- Go to folder
cd novice-ChatGPT/newsLetter
pip install -r requirements.txt
- Place your
OPEN API KEY
inappy.py
file. - In terminal do
streamlit run app.py