File tree Expand file tree Collapse file tree 2 files changed +18
-23
lines changed
ai/generative-ai-service/generic_document_evaluation/backend Expand file tree Collapse file tree 2 files changed +18
-23
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ An Oracle Generative AI Services application that uses AI to evaluate documents
2020pip install -r requirements.txt
2121
2222# Set up environment variables
23- cp .env.example .env.local
23+ cp .env.example .env
2424# Edit .env.local with your Configure Oracle Credentials
2525
2626# Start main.py
Original file line number Diff line number Diff line change 1- streamlit == 1.33.0
2- langchain
3- langchain_community == 0.2.7
4- oci == 2.129.3
5- oracledb
6- pdfplumber
7- Pillow
8- pdf2image
9- pytesseract
10- pandas
11- requests
12- beautifulsoup4
13- python-dotenv
14- openpyxl
15- youtube-transcript-api
16- pdfminer.six
17- transformers
18- qdrant-client
19- PyPDF2
20- python-dotenv
21- flask
22- flask-cors
1+ Flask == 3.1.1
2+ flask_cors == 6.0.1
3+ langchain == 0.3.26
4+ langchain_community == 0.3.27
5+ oci == 2.150.3
6+ oracledb == 3.1.0
7+ pages == 0.3
8+ pandas == 2.3.1
9+ pdf2image == 1.17.0
10+ pdfminer_six == 20250327
11+ pdfplumber == 0.11.6
12+ Pillow == 11.3.0
13+ PyPDF2 == 3.0.1
14+ pytesseract == 0.3.13
15+ python-dotenv == 1.1.1
16+ streamlit == 1.45.0
17+ qdrant-client == 1.13.3
You can’t perform that action at this time.
0 commit comments