Skip to content

Commit 5423f14

Browse files
cleaning up old file folders
1 parent 3f216e2 commit 5423f14

File tree

8 files changed

+21
-216
lines changed

8 files changed

+21
-216
lines changed

ai/gen-ai-agents/csvpdf-analyzer/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ CSV Analyzer Agent is an AI-Agent assistant designed to automate document unders
44
It intelligently routes user questions through a multi-step process that includes PDF information extraction, CSV data analysis, code generation, execution, and natural language explanation.
55
It supports dynamic workflows like PDF parsing, CSV querying, and context-aware reporting through a Streamlit UI.
66

7-
Reviewed: April 18, 2025
7+
Reviewed: August 18, 2025
88

99
# When to use this asset?
1010

ai/gen-ai-agents/csvpdf_analyzer/readme.md

Lines changed: 0 additions & 116 deletions
This file was deleted.

ai/generative-ai-service/generic-document-evaluation/backend/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ An Oracle Generative AI Services application that uses AI to evaluate documents
2020
pip 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
Lines changed: 18 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,18 @@
1-
streamlit==1.37.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
18+

ai/generative-ai-service/generic-document-evaluation/frontend/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ A Next.js application that uses AI to compare, evaluate, and rank documents base
2121
npm install
2222

2323
# Set up environment variables
24-
cp .env.example .env.local
24+
cp env.example .env
2525
# Edit .env.local with your backend URL
2626

2727
# Start development server

ai/generative-ai-service/generic_document_evaluation/backend/README.md

Lines changed: 0 additions & 28 deletions
This file was deleted.

ai/generative-ai-service/generic_document_evaluation/backend/requirements.txt

Lines changed: 0 additions & 18 deletions
This file was deleted.

ai/generative-ai-service/generic_document_evaluation/frontend/README.md

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)