An open API service indexing awesome lists of open source software.

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

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.


![Credit Card Data Extraction](https://github.com/user-attachments/assets/217c780b-5307-4d23-a95b-413f747b5894)


## 🛠️ 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)