Metadata-Version: 2.2
Name: cognilib
Version: 0.1
Summary: A machine learning library
Home-page: https://github.com/armanmaurya/learnix
Author: Arman Maurya
Author-email: armanmarya6@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Cognilib

## Description
Cognilib is a python machine learning library that provides a simple interface for training and evaluating machine learning models.

## Installation
To install Cognilib, use the following command:
```bash
pip install cognilib
```

## Usage
Here is a basic example of how to use Cognilib:
```python
import cognilib

# ...example code...
```

## License
This project is licensed under the MIT License. See the LICENSE file for more details.
