{"id":24500767,"url":"https://github.com/inseefrlab/inspacy-ui","last_synced_at":"2025-08-20T17:05:33.068Z","repository":{"id":41605924,"uuid":"233568827","full_name":"InseeFrLab/InspaCy-UI","owner":"InseeFrLab","description":"A UI for Inspacy (https://github.com/InseeFrLab/InspaCy)","archived":false,"fork":false,"pushed_at":"2023-12-15T05:20:45.000Z","size":2497,"stargazers_count":0,"open_issues_count":23,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-03T00:29:53.819Z","etag":null,"topics":["labelling","ner"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/InseeFrLab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2020-01-13T10:23:49.000Z","updated_at":"2021-05-10T09:35:45.000Z","dependencies_parsed_at":"2023-12-15T06:31:52.137Z","dependency_job_id":"348b508b-4111-4e26-9968-c708ea093245","html_url":"https://github.com/InseeFrLab/InspaCy-UI","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/InseeFrLab/InspaCy-UI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InseeFrLab%2FInspaCy-UI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InseeFrLab%2FInspaCy-UI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InseeFrLab%2FInspaCy-UI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InseeFrLab%2FInspaCy-UI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/InseeFrLab","download_url":"https://codeload.github.com/InseeFrLab/InspaCy-UI/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InseeFrLab%2FInspaCy-UI/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271353975,"owners_count":24744995,"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","status":"online","status_checked_at":"2025-08-20T02:00:09.606Z","response_time":69,"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":["labelling","ner"],"created_at":"2025-01-21T22:21:53.173Z","updated_at":"2025-08-20T17:05:33.011Z","avatar_url":"https://github.com/InseeFrLab.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Inspacy-UI\n\nInspacy-UI is the client for the usage of the Inspacy API, whose goal is to parse a text for locating notions depending on words database.\nMore information about this open-source API  [here](https://github.com/InseeFrLab/InspaCy) .\n\n## Quick Start\n\n### From Docker\n\n\tdocker run -p 3000:3000 inseefrlab/inspacy-ui\n\n### From Source\n\n#### Install Dependencies\n\n    npm install\n\n#### Set up environment\n\nIn the project's root, create a file `.env.local`, and copy in this file the content of the file `.env`.\nThen, put the values you need after the caracters `=`.\n\nHere is the list of description of each environment's variables :\n\n| Variable title | Meaning | Example |\n|--|--|--|\n| REACT_APP_API_URL | URL of the API which willbe called for process | https://localhost:5000\n| REACT_APP_DEFAULT_LANGUAGE| Default language | fr\n\n#### Run the project\n\nBy default, to run the project, you may just run this : \n\n\tnpm run start\n\nIt will launch the server in: http://localhost:3000/ .\n\n\n## I18N\n\nIn this project, i18n is implemented, with the whole necessary configuration.\n\nBelow the most important things to know for using/editing it, are listed :\n- There is a module for configurating and exporting the i18n module, located in i18n.js [here](./src/js/tools/i18n.js).\n- A folder contains all the folders containing languages' dictionnary in a JSON file, located [here](./src/assets/languages).\n- The pictures for these languages are located in the [public media folder](./public/media), whose name is the language's label.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finseefrlab%2Finspacy-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finseefrlab%2Finspacy-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finseefrlab%2Finspacy-ui/lists"}