Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 612 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 612 Bytes

Summary of paper using Llama 3.2

An offline web application using gradio and the LLM Llama 3.1 and Llama 3.2 to support paper summarization.

💥 Demo 💥

Demo 1 Demo 2

🛠️ Installation 🛠️

Install using Pip

Environment: python=3.1x

pip install -r requirements.txt

Run application

python app.py

🎁 Acknowledgement 🎁

This repo is build upon a DeepLearning.AI course.