Metadata-Version: 2.1
Name: ai_doc_assistant
Version: 0.2
Summary: AI-Powered Documentation Assistant for generating code documentation
Author: Thamim Ansari
Author-email: thamimansari358@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
Requires-Dist: transformers
Requires-Dist: scikit-learn
Requires-Dist: markdown
Requires-Dist: python-docx

# AI-Powered Documentation Assistant

The **AI-Powered Documentation Assistant** is a Python package that leverages machine learning to analyze code and automatically generate documentation tailored to different audiences, such as developers and end-users. It provides varying levels of detail based on the target audience, making documentation easier and more efficient to produce.

## Table of Contents

- [Features](#features)
- [Installation](#installation)
- [Usage](#usage)
- [How It Works](#how-it-works)
- [Contributing](#contributing)
- [License](#license)

## Features

- Automatically analyzes Python code to extract function details.
- Generates summaries and documentation in Markdown format.
- Tailors documentation for different audiences (e.g., developers vs. end-users).
- Easy to install and use.

## Installation

You can install the package directly from PyPI once it is published. Use the following command:

```bash
pip install ai_doc_assistant
