Skip to content

Project Structure

Nimendra Kariyawasam edited this page Apr 20, 2021 · 1 revision
.
├── LICENSE.md
├── README.md
├── brahmi_backend
│   ├── Dockerfile
│   ├── classification_model
│   │   ├── brahmi_classifier.py
│   │   └── mobilenet_engine
│   ├── controller.py
│   ├── database
│   │   ├── BrahmiWordsLibrary.db
│   │   ├── BrahmiWordsLibrary.db-journal
│   │   ├── DatabaseHelper.py
│   │   └── db.csv
│   ├── input_data
│   ├── requirements.txt
│   ├── segmentation_module
│   │   ├── segmentation.py
│   │   └── segmented_letters
│   ├── tested_plates
│   ├── utils
│   │   └── util.py
│   └── word_finder_module
│       └── possible_word_finder.py
├── cloudbuild.yaml
└── front_end
    └── tyrants
        ├── App.js
        ├── README.md
        ├── android
        ├── app.json
        ├── babel.config.js
        ├── index.js
        ├── ios
        ├── metro.config.js
        ├── node_modules
        ├── package-lock.json
        ├── package.json
        └── src
Clone this wiki locally