PhotoLens is an AI platform for automated reality of photos inspection.
Download and Install MiniConda from here
$ conda create -n phonelens-app python=3.10
# put any version between 3.8 or later$ conda activate phonelens-app$ python template.py # or python3 if you on linuxproject-root/
│
├── src/
| └── ObjectClassifier/
│ ├── __init__.py
│ │
│ ├── utils/
│ │ ├── __init__.py
│ │ └── common.py
│ │
│ ├── config/
│ │ ├── __init__.py
│ │ └── configuration.py
│ │
│ ├── entity/
│ │ ├── __init__.py
│ │ └── entity_config.py
│ │
│ ├── constant/
│ │ └── __init__.py
│ │
│ ├── components/
│ | └── __init__.py
│
├── config/
│ └── config.yaml
│
├── dvc.yaml
├── params.yaml
├── requirements.txt
├── setup.py
├── app.py
├── .env
├── .env.example
└── Dockerfile
$ pip install -r requirements.txt$ cp .env.example .envSet your environment variable in the .env like DATA_FILES value.
-
Manual Extraction from Nano Banana and Google Images