Documentation
Cognitor Assistant
Assistente virtuale con classificazione di intenti e Named Entity Recognition (NER) utilizzando PyTorch, FastText e FastAPI.
Caratteristiche principali: Classificazione intenti BiGRU + Attention, NER con CRF, FastText embeddings, API REST FastAPI, gestione sessioni.
Explore by topic
Architettura
Stack tecnologico, modelli ML, e flusso di elaborazione del sistema.
Explore docs →
Componenti
Agent, Session Manager, Answer Manager, Intent Classifier e altro.
Explore docs →
REST API
Endpoint FastAPI con autenticazione JWT e gestione sessioni.
Explore docs →
Knowledge Base
Intents, rules e responses per la generazione delle risposte.
Explore docs →
Quick links
Quick example
python
# Avvio server APIuvicorn main:app --reload# Oppure agent interattivopython -m agent.agent