AniseF commited on
Commit
9241979
·
verified ·
1 Parent(s): 2eff58c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -35
README.md CHANGED
@@ -1,35 +1,35 @@
1
- ---
2
- title: AI Classics Query Tool
3
- emoji: 🏛️
4
- colorFrom: indigo
5
- colorTo: blue
6
- sdk: gradio
7
- sdk_version: 5.49.1
8
- app_file: main.py
9
- pinned: false
10
- ---
11
-
12
-
13
- # Classical Language Query Assistant
14
-
15
- This app uses modern AI models to answer grammatical and syntactic questions about Latin and Greek passages. It's designed for use in research and pedagogy, especially in classical language instruction.
16
-
17
- ## Features
18
- - Supports Syntax and Morphology question sets
19
- - Pulls questions live from shared Google Docs
20
- - Uses Claude 3, GPT-3.5, and other fallback models via OpenRouter
21
- - Automatically attributes which model answered each question
22
-
23
- ## How to Run
24
- 1. Clone or download this repo
25
- 2. Install dependencies and launch the app:
26
-
27
- ```bash
28
- pip install -r requirements.txt
29
- python main.py
30
- ```
31
-
32
- The app will open automatically in your browser with a public Gradio link.
33
-
34
- ## Configuration
35
- API keys, model priorities, and document URLs can be adjusted in `config.py`.
 
1
+ ---
2
+ title: AI Classics Query Tool
3
+ emoji: 🏛️
4
+ colorFrom: indigo
5
+ colorTo: blue
6
+ sdk: gradio
7
+ sdk_version: 5.49.1
8
+ app_file: app.py
9
+ pinned: false
10
+ ---
11
+
12
+
13
+ # Classical Language Query Assistant
14
+
15
+ This app uses modern AI models to answer grammatical and syntactic questions about Latin and Greek passages. It's designed for use in research and pedagogy, especially in classical language instruction.
16
+
17
+ ## Features
18
+ - Supports Syntax and Morphology question sets
19
+ - Pulls questions live from shared Google Docs
20
+ - Uses Claude 3, GPT-3.5, and other fallback models via OpenRouter
21
+ - Automatically attributes which model answered each question
22
+
23
+ ## How to Run
24
+ 1. Clone or download this repo
25
+ 2. Install dependencies and launch the app:
26
+
27
+ ```bash
28
+ pip install -r requirements.txt
29
+ python main.py
30
+ ```
31
+
32
+ The app will open automatically in your browser with a public Gradio link.
33
+
34
+ ## Configuration
35
+ API keys, model priorities, and document URLs can be adjusted in `config.py`.