Metadata-Version: 2.4
Name: neno-model
Version: 1.0
Summary: Nano Intelligence — More powerful than AI. Built by Sujan Sadhu (age 15-16).
Author: Sujan Sadhu
License: MIT License
        
        Copyright (c) 2026 Neno Intelligence (NI)
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Homepage, https://pypi.org/project/neno-model/
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: sympy
Dynamic: license-file
Dynamic: requires-python

# nano-model — Nano Intelligence

More powerful than AI. Lightweight. Open source. Built by Sujan Sadhu (age 15-16).

## Install

```bash
pip install nano-model
```

## Usage

```python
import nano_package as NanoModel

# Create your personal assistant with your own name
N = NanoModel.Nano_Intelligence(Model_name="Jarvis", Version="1.0")

# Chat
print(N.chat("hello"))
print(N.think("what is machine learning"))
print(N.solve("x^2 = 16"))

# Print model info
print(N)
```

## Output

```
  [Jarvis] Nano Intelligence v1.0 ready.

  Jarvis
  Powered by Nano Intelligence v1.0
  Created by Sujan Sadhu
```

## Features

- Runs on CPU, 200MB RAM, no GPU
- Pattern-based intelligence
- Live knowledge from Wikipedia
- Math solver
- Custom model naming
- MIT license

## Created By

Sujan Sadhu — age 15-16 — built from scratch.

## Keywords

nano intelligence, nano model, NI, lightweight AI, python AI, open source LLM,
small language model, CPU AI, no GPU, sujan sadhu, nano-model pip
