Note : only supported for Python 3.7 to Python 3.9
Nandini is a NLP based Python Package devoloped by Puretalk AI employee and Nandini from the name of the employee who devoloped this package. Nandini comprises of various NLP based functions and modules which can be used to perform various NLP tasks.
here is the PyPi link for the package
or you can install it using pip
$ pip install nandini
or by cloning the repository
$ git clone https://github.com/Sanjaypranav/Scratch-modules.git
$ cd Scratch-modules
$ export PYTHONPATH=./src
$ python3 setup.py sdist bdist_wheel
$ python3 setup.py install
$ docker pull sanjaypranav/nandini-0.0.3:latest
We are planned to provide Natural Language Processing tasks like Preprocessing, Vectorizer, Text Summarizing, Translation ...etc, as a Python package.
from nandini import *
test-pypi
python3 -m twine upload --repository testpypi dist/*
pypi
python3 -m twine upload dist/*