Skip to content

Docker repository for ML and NLP – with Scikit-learn, Pandas, Numpy, Scipy and Spacy

License

Notifications You must be signed in to change notification settings

admackin/docker-alpine-python-ml-spacy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker repository for machine-learning and NLP tasks, built on alpine-python-machinelearning – includes:

  • SpaCy
  • Scikit-Learn
  • Numpy
  • Pandas
  • Scipy

Hello World

docker run --rm admackin/alpine-python-ml-spacy python3 -c "import spacy; spacy.cli.download('en_core_web_sm'); print(spacy.load('en_core_web_sm')('Hello World!'));"

About

Docker repository for ML and NLP – with Scikit-learn, Pandas, Numpy, Scipy and Spacy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published