File size: 776 Bytes
afe67aa
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"

[project]
name = "indic-scripture-qa"
version = "1.1.0"
description = "OpenEnv environment for evaluating LLMs on Indic scripture factual accuracy and semantic structure quality"
readme = "README.md"
license = "MIT"
requires-python = ">=3.10"
authors = [
    { name = "Kishlay Kisu", email = "kishlay.work1@gmail.com" },
]
keywords = ["openenv", "rl", "indic", "nlp", "benchmark", "low-resource-languages"]

dependencies = [
    "fastapi>=0.110.0",
    "uvicorn[standard]>=0.27.0",
    "pydantic>=2.0.0",
    "openai>=1.0.0",
    "requests>=2.31.0",
    "openenv-core>=0.2.0",
]

[project.scripts]
server = "server.app:main"

[project.urls]
Repository = "https://huggingface.co/spaces/kishl/indicQARL"