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.
- Host: GitHub
- URL: https://github.com/fujiwarachoki/nexusai
- Owner: FujiwaraChoki
- License: gpl-3.0
- Created: 2023-01-09T16:47:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-27T18:26:23.000Z (about 3 years ago)
- Last Synced: 2025-06-17T04:08:33.165Z (about 1 year ago)
- Topics: ai, chatbot, nltk, python
- Language: Python
- Homepage:
- Size: 44.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NexusAI
[](LICENSE)
[](https://www.python.org/)
[](https://www.nltk.org/)

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).