Yescia commited on
Commit
01e67bb
Β·
verified Β·
1 Parent(s): 38a637f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -8
README.md CHANGED
@@ -9,19 +9,20 @@ app_file: app.py
9
  pinned: false
10
  ---
11
 
12
- # πŸ“„ μž¬λ¬΄μ œν‘œ 뢄석 챗봇
13
 
14
- 이 ν”„λ‘œμ νŠΈλŠ” **Upstage Document Parse API**와 **Upstage Solar LLM**을 ν™œμš©ν•˜μ—¬
15
- PDF ν˜•μ‹μ˜ μž¬λ¬΄μ œν‘œλ₯Ό HTML둜 λ³€ν™˜ν•˜κ³ , ν•΄λ‹Ή λ¬Έμ„œλ₯Ό 기반으둜 자유둭게 μ§ˆλ¬Έμ„ 주고받을 수 μžˆλŠ” **챗봇 μΈν„°νŽ˜μ΄μŠ€**λ₯Ό μ œκ³΅ν•©λ‹ˆλ‹€.
16
 
17
- Gradioλ₯Ό μ΄μš©ν•œ μ›Ή μΈν„°νŽ˜μ΄μŠ€λ‘œ μž‘λ™ν•˜λ©°, μ‚¬μš©μžλŠ” PDF λ¬Έμ„œλ₯Ό μ—…λ‘œλ“œν•œ ν›„ 챗봇과 μžμ—°μ–΄λ‘œ μ§ˆμ˜μ‘λ‹΅μ„ μ§„ν–‰ν•  수 μžˆμŠ΅λ‹ˆλ‹€.
18
- 예제 μ½”λ“œλŠ” Filesμ—μ„œ λ‹€μš΄λ‘œλ“œ 받아보싀 수 μžˆμŠ΅λ‹ˆλ‹€.
19
 
20
  ---
21
 
22
- ## ✨ μ£Όμš” κΈ°λŠ₯
 
 
 
23
 
24
- - βœ… Upstage Document Pasre APIλ₯Ό ν™œμš©ν•˜μ—¬ μž¬λ¬΄μ œν‘œ λ¬Έμ„œλ₯Ό HTML ν˜•νƒœλ‘œ λ³€ν™˜
25
- - βœ… Solar LLM을 ν™œμš©ν•˜μ—¬ μž¬λ¬΄μ œν‘œ 기반 Q&Aλ₯Ό μ§„ν–‰ν•©λ‹ˆλ‹€.
26
 
27
  ---
 
9
  pinned: false
10
  ---
11
 
12
+ # πŸ“„ Financial Statement Analysis Chatbot
13
 
14
+ This project utilizes the **Upstage Document Parse API** and **Upstage Solar LLM** to
15
+ convert financial statements in PDF format into HTML and provides a **chatbot interface** that allows users to freely ask questions based on the document content.
16
 
17
+ It runs on a web interface built with Gradio, allowing users to upload a PDF and engage in natural language Q&A with the chatbot.
18
+ You can download example code from the *Files* section.
19
 
20
  ---
21
 
22
+ ## ✨ Key Features
23
+
24
+ - βœ… Converts financial statement PDFs into HTML using the Upstage Document Parse API
25
+ - βœ… Enables Q&A based on the financial statements using the Solar LLM
26
 
 
 
27
 
28
  ---