SwiftAuth, a streamlined AI eKYC plugin to authenticate the user
- Go to https://drive.google.com/drive/folders/1vw2U0vtPIVoiqnhlVCKFmvXflq9yoigU?usp=sharing
- Download and extract
Tesseract-OCR.zip
into theC:/
drive. - Set
C:\Tesseract-OCR
as your environment path variable. - Download and extract
poppler-24.08.0.zip
into theC:/
drive. - Set
C:\poppler-24.08.0\Library\bin
as your environment path variable.
- Clone the repository:
git clone https://github.com/johnong04/godamlah.git
- Use an Anaconda virtual environment to prevent conflicts with the base environment. This code is tested on Python 3.12 only.
- Install all the requirements using:
pip install -r requirements.txt
- Run the application:
streamlit run app.py
This project is licensed under the MIT License - see the LICENSE file for details.