Can not create a project in doccano
See original GitHub issueSystem information
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Windows 10 professional 64 bits
- Python version: 3.6
I am working on labelling classification dataset using doccano. I installed a docker desktop for windows and followed instructions provided here:
- create a docker container for doccano :
docker pull doccano/doccano docker container create --name doccano \ -e "ADMIN_USERNAME=admin" \ -e "ADMIN_EMAIL=admin@example.com" \ -e "ADMIN_PASSWORD=password" \ -p 8000:8000 doccano/doccano
Then , I start Doccano by running the container :
docker container start doccano
.
After these steps, when I try to create a project, nothing happen when I click on “create” button. How can I resolve this problem ?
Thanks
Issue Analytics
- State:
- Created 3 years ago
- Comments:9 (2 by maintainers)
Top Results From Across the Web
FAQ - doccano
Note: This step assumes you have already created a new user. ... If you are not the administrator of the project, Members will...
Read more >doccano - PyPI
doccano is an open source text annotation tool for humans. ... Just create a project, upload data and start annotating. You can build...
Read more >doccano - Docker Image
Just create a project, upload data and start annotating. You can build a dataset in hours. Demo. You can try the annotation demo....
Read more >Isabella-Pham/Recipe-Annotator - Buttons - Heroku Elements
Notice: (1) EC2 KeyPair cannot be created automatically, so make sure you have an existing EC2 KeyPair in ... You should see the...
Read more >Doccano — A Tool To Annotate Text Data To Train Custom ...
If you don't have access to training data or a pretrained model, you can sometimes perform ... Just create a project, upload data...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’ve seen in the ticket 1008 your suggestion :
Finally I’ve built an app on Heroku (based on doccano). Then I get rid of the problem mentioned above. Thanks you