A Llama Stack backed app to facilitate abstract generation for academic research papers.
Utilizes the llama-3-8b-bnb-4bit model with LoRA fine-tuning on a dataset of academic paper abstracts to automatically generate abstracts.
Offers a user-friendly interface for users to interact with the app through a front-end designed with Streamlit.
Handles requests and processes data using the FastAPI framework to support efficient operations within the app.
Orchestrates backend processes and model operations using Llama Stack, ensuring smooth integration of all components.