Skip to content

Sanjaypranav/Scratch-modules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nandini nandini nandini

Introduction to Nandini

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.

Installation


Quick Installation

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 Installation

$ docker pull sanjaypranav/nandini-0.0.3:latest

Documentation


Getting Started

We are planned to provide Natural Language Processing tasks like Preprocessing, Vectorizer, Text Summarizing, Translation ...etc, as a Python package.

from nandini import *

Connect us with

Puretalk | LinkedInPuretalk | TwitterSanjaypranav

test-pypi

python3 -m twine upload --repository testpypi dist/*

pypi

python3 -m twine upload dist/*