https://github.com/ritazh/pdf-ai-summary
https://github.com/ritazh/pdf-ai-summary
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ritazh/pdf-ai-summary
- Owner: ritazh
- License: mit
- Created: 2023-09-15T00:14:15.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-15T21:30:28.000Z (almost 2 years ago)
- Last Synced: 2025-01-26T03:29:11.676Z (5 months ago)
- Language: Python
- Size: 73.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

## 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