Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trandangtrungduc/llama-paper-summary
Code, Resources - Personal project - Llama Paper Summary - October 14, 2024.
https://github.com/trandangtrungduc/llama-paper-summary
chatbot gradio llama3 llm natural-language-processing python
Last synced: about 2 months ago
JSON representation
Code, Resources - Personal project - Llama Paper Summary - October 14, 2024.
- Host: GitHub
- URL: https://github.com/trandangtrungduc/llama-paper-summary
- Owner: trandangtrungduc
- License: mit
- Created: 2024-10-13T13:09:03.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-15T11:52:36.000Z (4 months ago)
- Last Synced: 2024-12-01T13:47:54.514Z (2 months ago)
- Topics: chatbot, gradio, llama3, llm, natural-language-processing, python
- Language: Python
- Homepage: https://trandangtrungduc.github.io/blog/2024/llama-application/
- Size: 5.21 MB
- Stars: 11
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Summary of paper using Llama 3.2
An offline web application using [gradio](https://www.gradio.app/) and the LLM Llama 3.1 and Llama 3.2 to support paper summarization.
## :collision: Demo :collision:
![Demo 1](docs/demo1.gif)
![Demo 2](docs/demo2.gif)## :hammer_and_wrench: Installation :hammer_and_wrench:
### Install using Pip
Environment: `python=3.1x`
```
pip install -r requirements.txt
```
### Run application
```
python app.py
```## :gift: Acknowledgement :gift:
This repo is build upon a [DeepLearning.AI](https://www.deeplearning.ai/short-courses/introducing-multimodal-llama-3-2/) course.