Spaces:
Sleeping
Sleeping
Delete README-HF.md
Browse files- README-HF.md +0 -38
README-HF.md
DELETED
@@ -1,38 +0,0 @@
|
|
1 |
-
# CV to CSV Extraction App
|
2 |
-
|
3 |
-
This Gradio app extracts publications, talks, and other scholarly accomplishments from faculty CVs (PDFs) using Google's Gemini API.
|
4 |
-
|
5 |
-
## Features
|
6 |
-
|
7 |
-
- Extract scholarly accomplishments from faculty CVs in PDF format
|
8 |
-
- Categorize accomplishments into different types (books, journal articles, conference presentations, etc.)
|
9 |
-
- Display results in a tabular format
|
10 |
-
- Download results as CSV
|
11 |
-
- Password protection using Hugging Face secrets
|
12 |
-
|
13 |
-
## Setup
|
14 |
-
|
15 |
-
### Required Secrets
|
16 |
-
|
17 |
-
To use this app, you need to set up the following secrets in your Hugging Face Space settings:
|
18 |
-
|
19 |
-
1. `GOOGLE_API_KEY`: Your Google Gemini API key
|
20 |
-
2. `APP_PASSWORD`: The password you want to use for app authentication
|
21 |
-
|
22 |
-
### How to Set Up Secrets
|
23 |
-
|
24 |
-
1. Go to your Space settings
|
25 |
-
2. Navigate to the "Secrets" section
|
26 |
-
3. Add each secret with its corresponding value
|
27 |
-
4. Restart your Space
|
28 |
-
|
29 |
-
## Usage
|
30 |
-
|
31 |
-
1. Enter the password you set in the `APP_PASSWORD` secret
|
32 |
-
2. Upload one or more faculty CV PDFs
|
33 |
-
3. Click "Extract Accomplishments"
|
34 |
-
4. View the extracted accomplishments and download as CSV if desired
|
35 |
-
|
36 |
-
## How It Works
|
37 |
-
|
38 |
-
The app uses Google's Gemini API to analyze CV text and extract scholarly accomplishments, categorizing them into different types based on a decision tree approach.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|