An open API service indexing awesome lists of open source software.

https://github.com/fujiwarachoki/nexusai

LLM with NLP abilities made with NLTK.
https://github.com/fujiwarachoki/nexusai

ai chatbot nltk python

Last synced: 10 months ago
JSON representation

LLM with NLP abilities made with NLTK.

Awesome Lists containing this project

README

          

# NexusAI

[![License](https://img.shields.io/badge/License-GPL%20V3.0-blue.svg)](LICENSE)
[![Python](https://img.shields.io/badge/Python-3.8.5-blue.svg)](https://www.python.org/)
[![NLTK](https://img.shields.io/badge/NLTK-3.5-blue.svg)](https://www.nltk.org/)

NexusAI Banner

NexusAI is an AI Chatbot with basic conversational skills and [NLP (Natural Language Processing)](https://en.wikipedia.org/wiki/Natural_language_processing) capabilities. It is built using [Python](https://www.python.org/).

## Tech

NexusAI was built using NLTK, which is a Natural Language Processing Python Library.

## Installation

NexusAI requires [Python](https://www.python.org/) v3+ to run.

Then follow the steps below:

```sh
$ git clone https://github.com/FujiwaraChoki/NexusAI.git
$ cd NexusAI
$ pip install -r requirements.txt
$ python src/main.py
```

## License

NexusAI is licensed under the [GNU General Public License V3.0](LICENSE).