Metadata-Version: 2.4
Name: fiap-IA-SimpleModule
Version: 1.0.0
Summary: Lib pdo Curso FIAP de IA para DEV's
Home-page: https://github.com/ricardoHer/FIAP-IA-SimpleModule
Author: Ricardo Franco Hernandez
Author-email: ricardo.hern@icloud.com
License: MIT
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: summary

# cursoFiap

A simple Python module created for FIAP studies, focusing on foundational concepts in artificial intelligence and software development.

## Features

- Modular Python code structure
- Example scripts for learning AI basics
- Easy to extend and customize

## Getting Started

1. **Clone the repository:**
    ```bash
    git clone <repository-url>
    cd simple_module/cursoFiap
    ```

2. **Install dependencies:**
    ```bash
    pip install -r requirements.txt
    ```

3. **Run example scripts:**
    ```bash
    python main.py
    ```

## Project Structure

```
cursoFiap/
├── main.py
├── module/
│   └── __init__.py
├── README.md
└── requirements.txt
```

## Contributing

Feel free to fork the repository and submit pull requests. Suggestions and improvements are welcome!

## License

This project is licensed under the MIT License.
