Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 278 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 278 Bytes

Papersumm

client.py - Streamlit frontend
server.py - API integrations and server logics

Branch name formatting

{app}/{#}/{name}

{app} - client/server
{#} - issue number
{name} - branch name

Commands

To run frontend -
streamlit run client/main.py