Metadata-Version: 2.4
Name: athena_lab1
Version: 0.0.1
Summary: Auto-detects datasets and answers questions via OpenRouter.
Author-email: Sammy <your.email@example.com>
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Requires-Dist: openai
Requires-Dist: pandas
Requires-Dist: python-dotenv
Description-Content-Type: text/markdown

# Athena Lab1

A simple package that auto-detects datasets and answers questions using OpenRouter.

## Installation

pip install athena_lab1

## Usage

import pandas as pd
from athena_lab1.core import ask

dataset = pd.read_csv("mydataset.csv")
ask("Build a machine learning model")