Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 587 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 587 Bytes

Demo

flow

Objective

  • Fetch the latest news based on "keywords"
    • (TODO : Refine semantic search and scoring)
  • (TODO) Send emails, pdfs

How to use

  • 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 in appy.py file.
  • In terminal do streamlit run app.py

Workflow

flow