Metadata-Version: 2.4
Name: kodu
Version: 0.1.2
Summary: Kodu, A small AI model-training algorithm made from scratch based on n-gram architecture
Keywords: n-gram,AI Model
Author: Arsalan Arish
Author-email: Arsalan Arish <mail@arsalanarish.com>
License-Expression: MIT
Maintainer: Arsalan Arish
Maintainer-email: Arsalan Arish <mail@arsalanarish.com>
Requires-Python: >=3.10
Project-URL: Repository, https://github.com/arsalan-arish/project-kodu
Description-Content-Type: text/markdown

# ✨ Project-Kodu 🐨

Kodu, A small AI model made from scratch based on n-gram architecture

## Usage

```cli
pip install kodu
kodu run
```

- Give it prompts and it will give you responses. The data on which it is trained is a sample_data.txt 380 lines file containing random english sentences. Currently it is not developed or stable in any kind.

## API

Currently, it is not stable, this project will be completed soon

**More features will be coming soon!**