https://github.com/cllspy/web-api-for-credit-card-data-extraction
A webapp that extract information from credit card images
https://github.com/cllspy/web-api-for-credit-card-data-extraction
Last synced: 11 months ago
JSON representation
A webapp that extract information from credit card images
- Host: GitHub
- URL: https://github.com/cllspy/web-api-for-credit-card-data-extraction
- Owner: CllsPy
- Created: 2024-07-14T03:37:39.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-18T22:39:36.000Z (almost 2 years ago)
- Last Synced: 2025-06-03T12:15:03.297Z (about 1 year ago)
- Language: Python
- Size: 1.57 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🌐 Project Description
The goal of this project is to build a web API using **Streamlit** integrated with an API that provides a large language model (LLM) capable of extracting data from credit cards.

## 🛠️ Steps
1. **Call the MiniAI API**
2. **Construct a body to hold the extracted information (using HTML)**
3. **Build the interface**
## 📋 Requirements
### **Python**
Python is an interpreted, high-level, and general-purpose programming language.
### **Integrated Development Environment (IDE)**
Any IDE that can be used to view, edit, and run Python code, such as:
- **Google Colab**
- **Jupyter Notebook**
### **Packages**
Install the following packages in Python before running the code:
```python
streamlit
requests
```
## 👥 Authors
[CLL - GitHub](https://github.com/CllsPy)
## 📜 License
This project is licensed under the MIT License.
## 🙏 Acknowledgements
- [MiniAiLive/ID-Document-Recognition-Demo](https://huggingface.co/spaces/MiniAiLive/ID-Document-Recognition-Demo)
- [Build a web API to recognize credit card](https://medium.com/@casl2/build-a-webapi-to-recognize-credit-card-bank-a694863d75c2)