{"id":48765283,"url":"https://github.com/besser-pearl/databot","last_synced_at":"2026-04-13T07:48:59.741Z","repository":{"id":212061430,"uuid":"710946153","full_name":"BESSER-PEARL/databot","owner":"BESSER-PEARL","description":"This platform is used to create bots whose job is to answer questions about a specific data source. It allows the automatic generation of a chat/voice bot swarm to attend all the data sources in an Open Data Portal.","archived":false,"fork":false,"pushed_at":"2024-11-18T17:47:00.000Z","size":251,"stargazers_count":8,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-13T07:48:56.762Z","etag":null,"topics":["chatbot","datasets","intent-detection","llm","opendata","voicebot"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BESSER-PEARL.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":"FUNDING.yml","license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":"CODEOWNERS","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2023-10-27T19:39:59.000Z","updated_at":"2025-12-29T05:33:33.000Z","dependencies_parsed_at":"2024-01-02T11:04:22.410Z","dependency_job_id":"32115964-9a84-4136-9318-f138605037f6","html_url":"https://github.com/BESSER-PEARL/databot","commit_stats":{"total_commits":64,"total_committers":2,"mean_commits":32.0,"dds":0.015625,"last_synced_commit":"98265e6416842c77c4eeec87cd3677e73fb221fe"},"previous_names":["besser-pearl/databot"],"tags_count":0,"template":false,"template_full_name":"BESSER-PEARL/template","purl":"pkg:github/BESSER-PEARL/databot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BESSER-PEARL%2Fdatabot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BESSER-PEARL%2Fdatabot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BESSER-PEARL%2Fdatabot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BESSER-PEARL%2Fdatabot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BESSER-PEARL","download_url":"https://codeload.github.com/BESSER-PEARL/databot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BESSER-PEARL%2Fdatabot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31744404,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T06:26:45.479Z","status":"ssl_error","status_checked_at":"2026-04-13T06:26:44.645Z","response_time":93,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chatbot","datasets","intent-detection","llm","opendata","voicebot"],"created_at":"2026-04-13T07:48:59.128Z","updated_at":"2026-04-13T07:48:59.699Z","avatar_url":"https://github.com/BESSER-PEARL.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DataBot: Reliable data exploration through chatbots\n\nThis platform is used to create bots whose job is to answer questions about a specific data source. It allows the automatic\ngeneration of a chat/voice bot swarm to attend all the data sources in an **Open Data Portal**.\n\nThe highlights of DataBot are:\n\n- 💻 **Import data** through a friendly UI.\n  - 💾 Upload your dataset directly to the platform, or...\n  - 🌐 Automatically load all the data sources from an Open Data Portal through its API.\n- 🔎 A **data schema** is automatically inferred from the data source, and can be **enhanced** 💪 to improve the bot knowledge about \n  the data (e.g., synonyms or translations). This can be done either manually or using ✨AI.\n- 🤖 **Automatically generate a chatbot for each data source**. These chatbots are powered by the [**BESSER Bot Framework**](https://github.com/BESSER-PEARL/bot-framework).\n  They recognize the user intent and generate the appropriate answer. So, no hallucinations at all.\n- Generation of tabular📅 and graphical📈 answers.\n- 🎙️ Interact with the chatbots either writing or speaking: **voice recognition integrated**.\n- ✨ For those questions the bot fails to identify, AI can be used to generate the best possible answer.\n- ✨ For the AI components (data schema enhancement and answer generation), we use the OpenAI API.\n\n![DataBot Playground Screenshot](docs/source/img/playground_screenshot.png)\n\n### Requirements\n\n- Python 3.11\n- Recommended: Create a virtual environment (e.g. [venv](https://docs.python.org/3/library/venv.html), [conda](https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html))\n\n### Installation\n\n```bash\ngit clone https://github.com/BESSER-PEARL/databot\ncd databot\npip install -r requirements.txt\npython main.py\n```\n\n### License\n\nThis project is licensed under the [MIT](https://mit-license.org/) license\n\nCopyright © 2023 Luxembourg Institute of Science and Technology. All rights reserved.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbesser-pearl%2Fdatabot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbesser-pearl%2Fdatabot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbesser-pearl%2Fdatabot/lists"}