{"id":18877897,"url":"https://github.com/xyjigsaw/easy_label","last_synced_at":"2025-10-17T10:22:33.115Z","repository":{"id":41601763,"uuid":"279531936","full_name":"xyjigsaw/easy_label","owner":"xyjigsaw","description":"Marking entities in texts","archived":false,"fork":false,"pushed_at":"2022-12-13T07:13:21.000Z","size":39466,"stargazers_count":5,"open_issues_count":15,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-12-31T02:26:51.600Z","etag":null,"topics":["named-entity-recognition","websocket"],"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/xyjigsaw.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-07-14T08:48:29.000Z","updated_at":"2022-07-14T09:20:40.000Z","dependencies_parsed_at":"2023-01-28T08:45:55.740Z","dependency_job_id":null,"html_url":"https://github.com/xyjigsaw/easy_label","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xyjigsaw%2Feasy_label","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xyjigsaw%2Feasy_label/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xyjigsaw%2Feasy_label/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xyjigsaw%2Feasy_label/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xyjigsaw","download_url":"https://codeload.github.com/xyjigsaw/easy_label/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239840127,"owners_count":19705904,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["named-entity-recognition","websocket"],"created_at":"2024-11-08T06:22:39.415Z","updated_at":"2025-10-17T10:22:28.049Z","avatar_url":"https://github.com/xyjigsaw.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# text_label (Easy Mark)\n\n![](https://img.shields.io/badge/Status-Developed-brightgreen.svg)\n\n\u003e A Vue.js project (front-end interface) for marking entities in texts(especially pdf paper).\n\n\u003e A Python project (back-end API) to support Vue data exchange.\n\n\u003e Front-end and Back-end are both independent.\n\n\n## Functions or Features\n- Parse PDF paper into texts(multithreading)\n- Add new entity class\n- Mark entities in texts\n- Mark relations in texts\n- Support multi-user collaboration\n- Commit to the database asynchronously\n- Recognize potential entities\n- recognize and mark all identical entities after selection\n\n## Todo\n- Add relation mark function\n\n\n## Preview\n- Project Management\n![](easy_mark1.png)\n\n- Class Management\n![](easy_mark2.png)\n\n- Work Table\n![](easy_mark3.png)\n\n\n## Database\nMySQL\n\nUser should import [structure](label_sys.sql) to MySQL.\n\n\n## Build Setup For Front-end\nBefore building setup\n\n- (npm run dev) Change ws_port and pdf_port in [src/router/index.js](src/router/index.js)\n- (npm run dev) Change NER-API proxy port and Vue project host:port in [config/index.js](config/index.js)\n- (npm run build) Replace all axios based api with full api router (e.g. replace **/api/fetch_class** with **https://xxx.yy/api/fetch_class**)\n\n``` bash\n# install dependencies\nnpm install\n\n# serve with hot reload at localhost:8080\nnpm run dev\n\n# build for production with minification\nnpm run build\n\n# build for production and view the bundle analyzer report\nnpm run build --report\n```\n\nFor a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).\n\n## Build Setup For [Back-end](textlabel_backend)\n\nAdd Vue Project Host in [origins](textlabel_backend/apiCore.py) For Security\nConfigure Database in [config](textlabel_backend/async_db.py)\n\n```bash\n# install dependencies\npip install python-multipart\npip install uvicorn\npip install fastapi\npip install aiofiles\npip install aiomysql\n\n# open services\nuvicorn apiCore:app --reload --port 8000 --host 0.0.0.0\n```\n\n## Developer log\n```bash\nnpm install -g vue-cli\n\nvue init webpack text_label\n\nnpm install axios -S\nnpm install element-ui -S\nnpm install vue-pdf -S\nnpm install jsplumb -S\nnpm install file-saver -S\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxyjigsaw%2Feasy_label","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxyjigsaw%2Feasy_label","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxyjigsaw%2Feasy_label/lists"}