Skip to content

Commit 5db723f

Browse files
authored
Merge pull request #3 from nathanfhh/codex/update-packages-and-refactor-frontend-with-surveyjs
Switch to SurveyJS and GPT-4o
2 parents 6f82aef + b8f78e8 commit 5db723f

File tree

21 files changed

+1812
-4282
lines changed

21 files changed

+1812
-4282
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PDF to Digital Form using GPT4 Vision API
22

3-
A POC that uses GPT 4 Vision API to generate a digital form from an Image using JSON Forms from [https://jsonforms.io/](https://jsonforms.io/)
3+
A POC that uses GPT 4 Vision API to generate a digital form from an Image using SurveyJS from [https://surveyjs.io/](https://surveyjs.io/)
44

55
💭 Inspired by:
66

@@ -83,10 +83,10 @@ echo "OPENAI_API_KEY=YOUR_API_KEY" > .env
8383
echo "OPENAI_ORG=YOUR_ORG" >> .env
8484
```
8585

86-
2. Run the docker-compose
86+
2. Run the `docker compose` command
8787

8888
```sh
89-
docker-compose up --build
89+
docker compose up --build
9090
```
9191

9292
3. Open the browser and visit `http://localhost:8080/aijsv/`

ai-json-form/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8" />
55
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>AI-JSONForms</title>
7+
<title>AI-SurveyJS</title>
88
<link rel="preconnect" href="https://fonts.googleapis.com" />
99
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
1010
<link

0 commit comments

Comments
 (0)