Metadata-Version: 2.4
Name: randome-ai
Version: 1.0.3
Summary: AI Practical Assignments Package
Author: demon
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: nltk
Requires-Dist: textblob

# randome-ai



## Install

```bash
pip install randome-ai
```

## Usage

```python
from randome_ai import run_experiment

run_experiment(1)
```
