{"id":29659325,"url":"https://github.com/cx-luo/elabx","last_synced_at":"2026-05-09T19:03:38.831Z","repository":{"id":304279358,"uuid":"1014599928","full_name":"cx-luo/eLabX","owner":"cx-luo","description":"An AI driven electronic laboratory notebook (ELN), It is designed to help researchers, chemists, and engineers record and organize experimental data efficiently.","archived":false,"fork":false,"pushed_at":"2026-01-24T10:49:22.000Z","size":6728,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-24T21:35:48.997Z","etag":null,"topics":["ai-labs","aidd","drug-discovery","eln","gin","golang","python3","vue3"],"latest_commit_sha":null,"homepage":"","language":"Vue","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/cx-luo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-06T03:28:36.000Z","updated_at":"2026-01-24T10:49:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"9e85c11f-e4b2-42aa-995c-63de2c62dbdf","html_url":"https://github.com/cx-luo/eLabX","commit_stats":null,"previous_names":["cx-luo/elabx"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cx-luo/eLabX","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cx-luo%2FeLabX","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cx-luo%2FeLabX/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cx-luo%2FeLabX/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cx-luo%2FeLabX/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cx-luo","download_url":"https://codeload.github.com/cx-luo/eLabX/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cx-luo%2FeLabX/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32831504,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["ai-labs","aidd","drug-discovery","eln","gin","golang","python3","vue3"],"created_at":"2025-07-22T09:10:37.378Z","updated_at":"2026-05-09T19:03:38.819Z","avatar_url":"https://github.com/cx-luo.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eeLabX\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\u003cstrong\u003eAn AI-driven Electronic Laboratory Notebook (ELN)\u003c/strong\u003e\u003c/p\u003e\n\n---\n\n## 🌟 Introduction\n\n**eLabX** is an open-source, AI-driven electronic laboratory notebook (ELN) system built with:\n\n- 💻 Frontend: [Vben-Admin](https://github.com/vbenjs/vue-vben-admin) + [Element Plus](https://element-plus.org/)\n- 🔧 Backend: [Gin](https://gin-gonic.com/) + [GORM](https://gorm.io/)\n- 🧠 AI Support: Integration-ready with OpenAI for auto-lab-note summarization, analysis, etc.\n\nIt is designed to help researchers, chemists, and engineers record and organize experimental data efficiently.\n\n---\n\n## 🖼️ Screenshots\n\nHere are some highlights of eLabX in action:\n\n|  |  |\n|---|---|\n| **概览 Overview**\u003cbr\u003e![Overview](docs/img/elabx-overview.jpg) | **新增试剂 Add New Reagent**\u003cbr\u003e![Add New Reagent](docs/img/elabx-add-new-reagent.png) |\n| **逆合成 Retrosynthesis**\u003cbr\u003e![Retrosynthesis](docs/img/retrosynthesis.jpg) | **条件推荐 Condition Recommendation**\u003cbr\u003e![Condition Recommendation](docs/img/condition-recommendation.jpg) |\n| **产品信息与样品 Product Info \u0026 Sample**\u003cbr\u003e![Product Info \u0026 Samples](docs/img/product-info-and-samples.png) | **Embed Marvin JS**\u003cbr\u003e![Embed Marvin JS](docs/img/embed-marvin-js.jpg) |\n\n---\n\n## 🚀 Features\n\n- 📁 Manage experiments, protocols, and samples\n- 🧠 AI-assisted text summarization and suggestions\n- 🔐 User authentication and role-based access control\n- 📊 Data table with dynamic sorting/filtering (vben-admin)\n- 📂 Export/Import records\n- 🌐 RESTful API backend with Gin\n- 📦 Modular frontend using Vue 3 + Vite\n\n---\n\n## 📦 Tech Stack\n\n| Layer     | Tech                            |\n|-----------|---------------------------------|\n| Frontend  | Vue 3, Vben-Admin, Element Plus |\n| Backend   | Gin, GORM, MySQL/Postgres       |\n| AI (opt)  | OpenAI API or custom LLMs       |\n| Auth      | JWT                             |\n\n---\n\n## 📄 Installation\n\n### Backend\n\n```bash\ncd server\ngo mod tidy\ngo run main.go\n````\n\n### Frontend\n\n```bash\ncd web\npnpm install\npnpm dev\n```\n\nConfigure environment variables in `.env` and `config.yaml`.\n\n---\n\n## 🛠️ Project Structure\n\n```bash\neLabX/\n├── web/                # Frontend (Vue + Vben-Admin)\n├── server/             # Backend (Gin + GORM)\n├── docs/               # Optional docs\n├── README.md\n└── LICENSE\n```\n\n---\n\n## 📌 Roadmap\n\n* [x] CRUD for lab notes\n* [x] AI summarization\n* [ ] Multi-user collaboration\n* [ ] Full audit trail\n* [ ] Mobile support\n\n---\n\n## 🤝 Contributing\n\nContributions are welcome! Please fork the repo and submit a pull request.\n\n1. 🍴 Fork it\n2. 🧩 Create your feature branch (`git checkout -b feature/thing`)\n3. 🧪 Commit changes (`git commit -am 'Add feature'`)\n4. 📬 Push and submit PR\n\n---\n\n## 📜 License\n\nThis project is licensed under the **MIT License**.\n\n\u003e You can find it in the [`LICENSE`](./LICENSE) file.\n\u003e If you're using third-party libraries (like OpenAI SDK), check and **respect their licenses too.**\n\n---\n\n## 📬 Contact\n\nCreated by chengxiang.luo – feel free to reach out!\n\nEmail: `chengxiang.luo@foxmail.com`\nGitHub: [@cx-luo](https://github.com/cx-luo)\n\n---\n\n## 🌐 Languages\n\n* 🇨🇳 中文文档：[README.zh.md](docs/README.zh.md)\n* 🌍 English (this file)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcx-luo%2Felabx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcx-luo%2Felabx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcx-luo%2Felabx/lists"}