Skip to content

alexlafleur/lda2vec

 
 

Repository files navigation

lda2vec: Tools for interpreting natural language

Dockerfile with prerequsites:

FROM nvidia/cuda

RUN   apt update && apt-get -y upgrade
RUN   apt-get -y install python-pip
RUN   apt-get -y install build-essential autoconf libtool pkg-config python-opengl python-imaging python-pyrex python-pyside.qtopengl idle-python2.7 qt4-dev-tools qt4-designer libqtgui4 libqtcore4 libqt4-xml libqt4-test libqt4-script libqt4-network libqt4-dbus python-qt4 python-qt4-gl libgle3 python-dev libssl-dev
RUN   pip install -U setuptools
RUN   pip install numpy
RUN   pip install scipy
RUN   pip install pandas
RUN   pip install pyxdameraulevenshtein
RUN   pip install sklearn
RUN   pip install spacy
RUN   pip install h5py
RUN   pip install cupy --no-cache-dir -vvvv
RUN   pip install gensim
RUN   pip install chainer --no-cache-dir -vvvv

ENTRYPOINT /bin/bash

To Do

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%