Metadata-Version: 2.4
Name: annkit
Version: 0.1.3
Summary: A Python-based toolkit designed to help users explore, understand, and visualize the inner workings of artificial neural networks.
Home-page: https://github.com/swapnendu31/ANN-learner.git
Author: swapnendu31
Author-email: letswapnendu@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: networkx
Requires-Dist: plotly
Requires-Dist: scikit-learn
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# mylib

annkit is a Python library for visualizing graphs, computing metrics, and working with classification results using matplotlib, plotly, and networkx.

## Install

```bash
pip install annkit

