.
├── data
│ ├── raw
│ ├── intermediate
│ ├── processed
│ └── temp
├── results
│ ├── outputs
│ ├── models
│ └── weights
├── documents
│ ├── docs
│ ├── images
│ └── references
├── notebooks <- notebooks for explorations / prototyping
│ ├── news
│ └── signal
├── src <- all source code, internal org as needed
│ ├── train_lstm
│ └── train_bert
- Model weights:
Please download the following model weights and place them in the
weightsfolder- Link
-
Clone this repo as follows
git clone <THIS_REPO_SSH/HTTPS>
-
Create the virutal environment
conda create -n openbank python=3.7.11
-
Activate the virutal environment
conda activate openbank
-
Install the requirements by running
python3 -m pip install -r requirements.txt
Video Demo of Application