This is a Streamlit-based web application that allows users to upload research papers in PDF format. The app processes the uploaded files to determine:
- Whether the paper is publishable.
- The most suitable conference for the research paper from the following options:
- CVPR
- EMNLP
- KDD
- NeurIPS
- TMLR
Additionally, the app provides a rationale for the classification and allows users to download the results in CSV format.
- File Upload: Upload a PDF file containing a research paper.
- Publishability Check: Determine whether the paper is likely publishable.
- Conference Classification: Classify the paper into one of five target conferences.
- Rationale Generation: Generate a short rationale explaining the classification.
- Result Download: Save the results (including paper name, publishability, conference, and rationale) as a CSV file.
- Stunning UI: A clean, intuitive, and interactive interface built with Streamlit.