An open API service indexing awesome lists of open source software.

https://github.com/ritazh/pdf-ai-summary


https://github.com/ritazh/pdf-ai-summary

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# ๐Ÿ“œ ๐Ÿง‘โ€๐Ÿ”ฌ ๐Ÿ“ฐ PDF AI Summary for Scientific Journals

This project demonstrates real world application of using GPT to get summary, headlines, and targeted audience for scientific journals.

> ๐Ÿงช This is a hackathon project. Do not use in production.

![Demo](demo.gif)

## Development Setup

### Pre-requisites
- Install [Steamlit](https://docs.streamlit.io/library/get-started/installation)

### Run the app
- Install python dependencies with `pip install -r requirements.txt`
- Run `streamlit run app.py` to start the Streamlit app (add `--logger.level=debug` for debug logs)
- Navigate to app URL (default: http://localhost:8501)
- Set up Azure OpenAI API Key, endpoint, and Azure Storage account connection strings as environment variables