https://github.com/aclai-lab/python-llm-agent

Un semplice progettino giocattolo per divertirsi con gli LLM

https://github.com/aclai-lab/python-llm-agent

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
Last synced: 10 months ago · JSON representation

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
Created about 1 year ago · Last pushed about 1 year ago
Metadata Files
Readme

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

  1. crea un ambiente virtuale (opzionale ma consigliato) bash python -m venv venv source venv/bin/activate

  2. installa le dipendenze: bash pip install -r requirements.txt

  3. verifica 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

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

Committers

Last synced: 12 months ago

All Time
  • Total Commits: 51
  • Total Committers: 2
  • Avg Commits per committer: 25.5
  • Development Distribution Score (DDS): 0.157
Past Year
  • Commits: 51
  • Committers: 2
  • Avg Commits per committer: 25.5
  • Development Distribution Score (DDS): 0.157
Top Committers
Name Email Commits
Belluxx 7****x 43
ferdiu f****a@g****m 8

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
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels