Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.