Auto-detects datasets and answers questions using DeepSeek via OpenRouter.
Project description
Athena Lab1
Auto-detects datasets and answers questions using OpenRouter (free tier).
Setup
Set your OpenRouter API key:
In Jupyter: os.environ['OPENROUTER_API_KEY'] = 'your-key-here'
In R Studio: Sys.setenv(OPENROUTER_API_KEY = 'your-key-here')
Usage (Jupyter)
from athena_lab1.core import ask ask("What is machine learning?", file_path="Car_Sales.csv")
Usage (R Studio)
library(reticulate) athena <- import("athena_lab1.core") athena$ask("What is machine learning?", file_path="Car_Sales.csv")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file athena_lab1-0.9.0.tar.gz.
File metadata
- Download URL: athena_lab1-0.9.0.tar.gz
- Upload date:
- Size: 1.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
78e3ad8c77a37c85056776dded60f8dc85d50055c306227b653c5e7c6545cf84
|
|
| MD5 |
b80cc04e1cc78b05286be3b325017e50
|
|
| BLAKE2b-256 |
7c2d945b0cca2666fb35379c64dee8d1d41f3639c959ba00d28226855d70b9e5
|
File details
Details for the file athena_lab1-0.9.0-py3-none-any.whl.
File metadata
- Download URL: athena_lab1-0.9.0-py3-none-any.whl
- Upload date:
- Size: 1.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eae3c5de21389fc18d0e4a3f70acdebec40de09b3b7fa8ae93e5527285d5fd5a
|
|
| MD5 |
a4c61e009d761c9b26ff46eea8286e42
|
|
| BLAKE2b-256 |
aabf78eb6fbc6afc64d0ce23675f7ea3a0d6421340a72860b927115b3b9c3154
|