Git Product home page Git Product logo

nlpcloud / nlpcloud-python Goto Github PK

View Code? Open in Web Editor NEW
74.0 7.0 8.0 62 KB

NLP Cloud serves high performance pre-trained or custom models for NER, sentiment-analysis, classification, summarization, paraphrasing, intent classification, product description and ad generation, chatbot, grammar and spelling correction, keywords and keyphrases extraction, text generation, image generation, code generation, and more...

Home Page: https://nlpcloud.com

License: MIT License

Dockerfile 7.34% Python 92.66%
nlp ner sentiment-analysis text-generation text-classification text-summarization question-answering language-detection tokenization machine-translation

nlpcloud-python's People

Contributors

juliensalinas avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

nlpcloud-python's Issues

Mismatch of versions

The setup.py file says 1.0.43 which matches the releaee on PyPI (1.0.43) but the tag on GitHub says 1.1.43.

It would be appreciated if you could align the release numbering as for distribution packages this is sub-optimal.

Thanks

phone verification isnt working

after email verification it asks for number and i just enter the phone number for the first time in my life and it says too many requests contact support .

Missing requirement requests

This python package depends on the requests package, but requests is not declared as a dependency. The corresponding error will only occur during runtime and on a clean system where requests is not already installed.

Code snippet to reproduce the error using Docker:

shell> docker run -it --rm python:3.9 /bin/bash
root@docker:/# pip install nlpcloud
...
Successfully installed nlpcloud-1.0.9
root@docker:/# python
...
>>> import nlpcloud
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/local/lib/python3.9/site-packages/nlpcloud/__init__.py", line 1, in <module>
    import requests
ModuleNotFoundError: No module named 'requests'

As there are more ways to declare python dependencies as I have space to list here I will just mention the most direct solution: add a install_requires to your setup.py.

Add a timeout parameter would be great

Hi! I think a timeout parameter would be great because occasionally I can't connect to nlpcloud because of network connection problem. So with a timeout parameter I can let my program to retry when timeouted.

Thanks.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.