Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# π Financial Data Extractor Using Gemini
|
| 2 |
|
| 3 |
A powerful AI-driven financial document analysis system that automatically extracts, organizes, and generates professional Excel reports from financial documents using Google's Gemini AI models.
|
|
@@ -263,4 +271,4 @@ This project is licensed under the MIT License - see the LICENSE file for detail
|
|
| 263 |
|
| 264 |
- **API Key Errors**: Ensure your Google API key is valid and has Gemini access
|
| 265 |
- **Memory Issues**: Increase system RAM or reduce document size
|
| 266 |
-
- **Processing Timeouts**: Check network connectivity and API quotas
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
title: Data Extractor Using Gemini
|
| 4 |
+
sdk: docker
|
| 5 |
+
emoji: π
|
| 6 |
+
colorFrom: yellow
|
| 7 |
+
colorTo: blue
|
| 8 |
+
---
|
| 9 |
# π Financial Data Extractor Using Gemini
|
| 10 |
|
| 11 |
A powerful AI-driven financial document analysis system that automatically extracts, organizes, and generates professional Excel reports from financial documents using Google's Gemini AI models.
|
|
|
|
| 271 |
|
| 272 |
- **API Key Errors**: Ensure your Google API key is valid and has Gemini access
|
| 273 |
- **Memory Issues**: Increase system RAM or reduce document size
|
| 274 |
+
- **Processing Timeouts**: Check network connectivity and API quotas
|