https://github.com/aclai-lab/python-llm-agent
Un semplice progettino giocattolo per divertirsi con gli LLM
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (2.0%) to scientific vocabulary
Repository
Un semplice progettino giocattolo per divertirsi con gli LLM
Basic Info
- Host: GitHub
- Owner: aclai-lab
- Language: Python
- Default Branch: main
- Size: 121 KB
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Laboratorio LLM
Questo laboratorio permette agli studenti di esplorare un modello linguistico locale (LLM) usando Python e llama.cpp. Il modello scelto è Qwen3-4B in formato GGUF, adatto a computer con risorse limitate.
📦 Requisiti
- Sistema operativo: Linux
- Python ≥ 3.8
- Accesso a terminale
- Modello GGUF scaricato in
./models/Qwen3-4B-Q4_K_M.gguf
🔧 Installazione
crea un ambiente virtuale (opzionale ma consigliato)
bash python -m venv venv source venv/bin/activateinstalla le dipendenze:
bash pip install -r requirements.txtverifica di aver scaricato il modello in:
./models/Qwen3-4B-Q4_K_M.gguf
Puoi trovare i modelli compatibili su: https://huggingface.co/unsloth
🚀 Avvio
Esegui il programma:
bash
python start_chat.py
🧠 Cosa puoi fare
- implementare il main del programma
- conversa con l'LLM in italiano o inglese
- modifica il codice Python per cambiare la personalità dell'LLM
- usa prompt creativi o tematici
- crea un assistente per lo studio
- simula una chat con uno scrittore o personaggio storico
- analizza come l’LLM risponde a prompt ambigui o specifici
Owner
- Name: Applied Computational Logic and Artificial Intelligence Laboratory
- Login: aclai-lab
- Kind: organization
- Email: aclai@unife.it
- Location: Italy
- Website: aclai.unife.it
- Repositories: 14
- Profile: https://github.com/aclai-lab
Applied Computational Logic and Artificial Intelligence (ACLAI) Laboratory of the Department of Mathematics and Computer Science, University of Ferrara
GitHub Events
Total
- Push event: 21
Last Year
- Push event: 21
Issues and Pull Requests
Last synced: 12 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0