https://github.com/cereal-d3v/notion-streamlit-app

https://github.com/cereal-d3v/notion-streamlit-app

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (1.9%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: cereal-d3v
  • License: apache-2.0
  • Language: Python
  • Default Branch: main
  • Size: 12.7 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 1 year ago · Last pushed over 1 year ago
Metadata Files
Readme License Codeowners

README.md

📄 Document question answering template

A simple Streamlit app that answers questions about an uploaded document via OpenAI's GPT-3.5.

Open in Streamlit

How to run it on your own machine

  1. Install the requirements

$ pip install -r requirements.txt

  1. Run the app

$ streamlit run streamlit_app.py

Owner

  • Login: cereal-d3v
  • Kind: user

GitHub Events

Total
Last Year

Dependencies

requirements.txt pypi
  • PyPDF2 *
  • io *
  • openai *
  • streamlit *