https://github.com/john-knl/llm-project
A Yu-Gi-Oh! Card game AI assistant with a simple UI Mechanisms are rudimentary; accuracy of model is not guaranteed
https://github.com/john-knl/llm-project
huggingface llama3 llamaindex python3 streamlit-application vllm yugioh-api
Last synced: 2 months ago
JSON representation
A Yu-Gi-Oh! Card game AI assistant with a simple UI Mechanisms are rudimentary; accuracy of model is not guaranteed
- Host: GitHub
- URL: https://github.com/john-knl/llm-project
- Owner: john-knl
- License: other
- Created: 2024-07-05T17:15:23.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-01-25T17:15:20.000Z (4 months ago)
- Last Synced: 2025-03-02T21:34:30.537Z (3 months ago)
- Topics: huggingface, llama3, llamaindex, python3, streamlit-application, vllm, yugioh-api
- Language: Python
- Homepage:
- Size: 2.96 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# **A Yu-Gi-Oh! Card game AI assistant with a simple UI**
> Built with Llama
Mechanisms are rudimentary; accuracy of model is not guaranteed
To set up VLLM, read my [article](https://www.linkedin.com/pulse/deploy-local-llm-linux-vllm-rocm-khoi-nguyen-le-dhe2e/)
install requirements with
```
pip install -r requirements.txt
```
run with
```
streamlit run main.py
```
