Codette2 / dataset-metadata.json
Raiff1982's picture
Upload 6 files
fc64f2a verified
{
"id": "jonathanharrison/codette-v2-demo",
"title": "Codette v2 Demo: Neuro-Symbolic AI Assistant",
"code_file": "codette_kaggle_demo.ipynb",
"language": "python",
"kernel_type": "notebook",
"is_private": false,
"enable_gpu": false,
"enable_internet": false,
"dataset_sources": [
"jonathanharrison/codette-v2-bundle"
],
"keywords": [
"AI",
"Codette",
"Assistant",
"Neuro-Symbolic",
"Creativity"
],
"subtitle": "Test and explore Codette's reasoning engine using bundled CLI, API, and test runners.",
"description": "This notebook walks you through how to install and interact with the Codette AI system, a neuro-symbolic assistant that blends creativity, symbolic reasoning, and ethical filtering.\\n\\nIt leverages the pip-installable Codette package and demonstrates interactive queries and batch processing.\\nTo use it, simply run each cell in order.",
"license": "mit"
}{
"title": "Codette v2 AI Assistant",
"id": "jonathanharrison/codette-v2-bundle",
"licenses": [
{
"name": "mit"
}
],
"subtitle": "Neuro-symbolic modular AI assistant with CLI, API, and test runner.",
"description": "This bundle includes:\n- codette.zip: pip-installable Codette AI package\n- codette_cli.py: command-line interface\n- codette_api.py: RESTful FastAPI server\n- codette_test_runner.py: test automation script\n\nUse this with the provided `codette_kaggle_demo.ipynb` notebook to test Codette's reasoning engine.",
"keywords": [
"AI",
"neuro-symbolic",
"assistant",
"creativity",
"codette",
"CLI",
"API"
],
"resources": [
{
"path": "codette.zip",
"description": "Codette pip package"
},
{
"path": "codette_cli.py",
"description": "Codette command-line interface"
},
{
"path": "codette_api.py",
"description": "Codette FastAPI server"
},
{
"path": "codette_test_runner.py",
"description": "Codette batch prompt runner"
}
]
}