Skip to content

fix: Correct typos in directory-structure.md#1215

Open
Joshualover wants to merge 1 commit intoAOSSIE-Org:mainfrom
Joshualover:main
Open

fix: Correct typos in directory-structure.md#1215
Joshualover wants to merge 1 commit intoAOSSIE-Org:mainfrom
Joshualover:main

Conversation

@Joshualover
Copy link

@Joshualover Joshualover commented Mar 6, 2026

Summary

Fixed typos in docs/backend/backend_python/directory-structure.md:

  • Line 5: heirarchy → hierarchy
  • Line 24: accross → across
  • Line 32: handeling → handling

This PR resolves issue #1180.


RTC Wallet for bounty: RTCefc7cbdf00aca59d2066f475a0ef369de5227251

Summary by CodeRabbit

  • Documentation
    • Corrected spelling and linguistic errors throughout the backend Python directory structure documentation.
    • Refined phrasing, capitalization, and punctuation in section headings and table structures.
    • Enhanced formatting consistency and improved overall readability of the documentation.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Mar 6, 2026

Walkthrough

Spelling, linguistic, and punctuation corrections applied to the backend Python directory structure documentation. Changes address typos like "accross" to "across" and "heirarchy" to "hierarchy," along with minor formatting adjustments to table headers and prose for consistency.

Changes

Cohort / File(s) Summary
Documentation Corrections
docs/backend/backend_python/directory-structure.md
Spelling corrections (accross → across, heirarchy → hierarchy, handeling → handling), linguistic refinements (initializes vs initialises), punctuation and spacing fixes, and table formatting adjustments for consistency.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~8 minutes

Suggested labels

Documentation

Poem

🐰 Through typos and tangles we hopped with care,
"Across" replaces "accross" everywhere,
Hierarchy now spelled just right,
These docs shine with grammatical light! ✨
Formatted clean from corner to corner fair! 📄

🚥 Pre-merge checks | ✅ 2
✅ Passed checks (2 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: correcting typos in the directory-structure.md documentation file.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Tip

Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs).
Share your feedback on Discord.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 7

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@docs/backend/backend_python/directory-structure.md`:
- Line 39: Update the markdown table entry for the face clusters module: fix the
filename token to be `face_clusters.py` (replace the incorrect
`face_clusters.pyl` and ensure it's wrapped in backticks) and correct the typo
"recordp" to "records" in the description so the line reads something like
"`face_clusters.py` | Provides functions to create, insert, update, retrieve,
and delete face cluster records along with related images."
- Line 41: Fix the typos in the documentation line for `folders.py`: add the
missing closing backtick after `folders.py`, change "record" to "records", and
correct "hierarchian" to "hierarchy" so the line reads that folders.py "Handles
operations to create, insert, update, retrieve, and delete folder records, while
handling folder hierarchy and AI tagging status."
- Around line 52-54: Fix the markdown table entries for the three module names
by adding the missing closing backticks and capitalizing the first word of each
description: ensure `FaceDetector.py`, `FaceNet.py`, and `ObjectClassifier.py`
are each enclosed in backticks and update their descriptions to start with a
capital letter (e.g., "A FaceDetector class..." and "Pre-trained FaceNet
model..." and "Detects objects..." as appropriate) so the table renders
correctly and follows documentation capitalization rules.
- Around line 90-95: The table rows for API.py, face_clusters.py, FaceNet.py,
folders.py, image_metadata.py, and images.py have missing closing backticks and
inconsistent punctuation; update each filename to be wrapped in matching
backticks (e.g., `API.py`, `face_clusters.py`, etc.), fix the "EXIF,size,format"
entry by adding spaces after commas ("EXIF, size, format"), and ensure each
table cell ends with consistent punctuation (periods) so the table entries are
uniform; locate and edit the lines referencing API.py, face_clusters.py,
FaceNet.py, folders.py, image_metadata.py, and images.py to apply these fixes.
- Around line 76-82: Fix the typos and missing Markdown code ticks in the table
entries: change "validing" to "validating" in the album entry and ensure closing
backticks are added for `album.py`, `face_clusters.py`, `facetagging.py`,
`folders.py`, and `user_preferences.py` so each filename is enclosed in
backticks and the descriptions remain unchanged; verify `test.py`, `images.py`,
and other entries are properly formatted as well.
- Line 33: The phrase containing malformed backtick syntax around "db files"
should be fixed so the closing backtick comes before the closing parenthesis;
locate the sentence "These files are the places where most of the SQL queries
are written. By default, on startup this directory is where the databases (`db
files) is" and correct the backtick placement (e.g., change (`db files) to (`db
files`) or remove backticks), and also correct the surrounding grammar so the
sentence reads cleanly.
- Around line 42-44: The table rows for the filenames images.py, metadata.py and
yolo_mapping.py are missing their closing backticks; update each table cell so
the filenames are properly wrapped in backticks (e.g., `images.py`,
`metadata.py`, `yolo_mapping.py`) to fix the Markdown formatting in the
directory-structure documentation and ensure the table renders correctly.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 96d8b75b-364c-4adf-8880-538897354a56

📥 Commits

Reviewing files that changed from the base of the PR and between 8274ebd and 1f42d44.

📒 Files selected for processing (1)
  • docs/backend/backend_python/directory-structure.md

This directory contains files related to database operations, including table creation, query handeling and some helper functions on the tables.
These files are the places where most of the SQL queries are written. By default, on startup this directory is where the databases (`.db` files) is
This directory contains files related to database operations, including table creation, query handling and some helper functions on the tables
These files are the places where most of the SQL queries are written. By default, on startup this directory is where the databases (`db files) is
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Fix malformed backtick syntax.

The backticks around "db files" appear malformed. The closing backtick should come before the closing parenthesis.

📝 Proposed fix
-created.
+created. The database files (`.db` files) are stored here.

Or if the intent is to keep the current phrasing:

-These files are the places where most of the SQL queries are written. By default, on startup this directory is where the databases (`db files) is 
-created.
+These files are the places where most of the SQL queries are written. By default, on startup this directory is where the databases (`.db` files) are created.

As per coding guidelines: "Verify that documentation and comments are free of spelling mistakes."

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@docs/backend/backend_python/directory-structure.md` at line 33, The phrase
containing malformed backtick syntax around "db files" should be fixed so the
closing backtick comes before the closing parenthesis; locate the sentence
"These files are the places where most of the SQL queries are written. By
default, on startup this directory is where the databases (`db files) is" and
correct the backtick placement (e.g., change (`db files) to (`db files`) or
remove backticks), and also correct the surrounding grammar so the sentence
reads cleanly.

| Name | Description |
| ------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------- |
| `albums.py` | Handles operations related to photo albums, Including creating, deleting, and managing albums and their contents. |
| `face_clusters.pyl | Provides functions to create, insert, update, retrieve, and delete face cluster recordp along with related images. |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Fix multiple typos and missing backtick.

This line has three issues:

  1. File name should be face_clusters.py not face_clusters.pyl (missing closing backtick and wrong extension)
  2. "recordp" should be "records"
📝 Proposed fix
-| `face_clusters.pyl   | Provides functions to create, insert, update, retrieve, and delete face cluster recordp along with related images.                                 |
+| `face_clusters.py`   | Provides functions to create, insert, update, retrieve, and delete face cluster records along with related images.                                 |

As per coding guidelines: "Verify that documentation and comments are free of spelling mistakes."

📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
| `face_clusters.pyl | Provides functions to create, insert, update, retrieve, and delete face cluster recordp along with related images. |
| `face_clusters.py` | Provides functions to create, insert, update, retrieve, and delete face cluster records along with related images. |
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@docs/backend/backend_python/directory-structure.md` at line 39, Update the
markdown table entry for the face clusters module: fix the filename token to be
`face_clusters.py` (replace the incorrect `face_clusters.pyl` and ensure it's
wrapped in backticks) and correct the typo "recordp" to "records" in the
description so the line reads something like "`face_clusters.py` | Provides
functions to create, insert, update, retrieve, and delete face cluster records
along with related images."

| `albums.py` | Handles operations related to photo albums, Including creating, deleting, and managing albums and their contents. |
| `face_clusters.pyl | Provides functions to create, insert, update, retrieve, and delete face cluster recordp along with related images. |
| `faces.py` | Manages face-related data, including storing and retrieving face embeddings for facial recognition. |
| `folders.py | Handles operations to create, insert, update, retrieve, and delete folder record, while handling folder hierarchian and AI tagging status. |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Fix typos and missing backtick.

This line has three issues:

  1. Missing closing backtick on folders.py
  2. "record" should be "records"
  3. "hierarchian" should be "hierarchy"
📝 Proposed fix
-| `folders.py         | Handles operations to create, insert, update, retrieve, and delete folder record, while handling folder hierarchian and AI tagging status.          |
+| `folders.py`         | Handles operations to create, insert, update, retrieve, and delete folder records, while handling folder hierarchy and AI tagging status.          |

As per coding guidelines: "Verify that documentation and comments are free of spelling mistakes."

📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
| `folders.py | Handles operations to create, insert, update, retrieve, and delete folder record, while handling folder hierarchian and AI tagging status. |
| `folders.py` | Handles operations to create, insert, update, retrieve, and delete folder records, while handling folder hierarchy and AI tagging status. |
🧰 Tools
🪛 LanguageTool

[grammar] ~41-~41: Ensure spelling is correct
Context: ...te folder record, while handling folder hierarchian and AI tagging status. | | `im...

(QB_NEW_EN_ORTHOGRAPHY_ERROR_IDS_1)

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@docs/backend/backend_python/directory-structure.md` at line 41, Fix the typos
in the documentation line for `folders.py`: add the missing closing backtick
after `folders.py`, change "record" to "records", and correct "hierarchian" to
"hierarchy" so the line reads that folders.py "Handles operations to create,
insert, update, retrieve, and delete folder records, while handling folder
hierarchy and AI tagging status."

Comment on lines +42 to +44
| `images.py` | Deals with image-related operations, such as storing image metadata, managing image IDs, and handling image classifications. |
| `metadata.py` | Manages the metadata and provides functions to create the table, retrieve stored metadata as a dictionary, and update the metadata with new values. |
| `yolo_mapping.py | Creates and manages mappings for YOLO object detection classes. |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Fix missing closing backticks.

Multiple file names are missing their closing backticks:

  • Line 42: images.py
  • Line 43: metadata.py
  • Line 44: yolo_mapping.py
📝 Proposed fix
-| `images.py`          | Deals with image-related operations, such as storing image metadata, managing image IDs, and handling image classifications.                           |
-| `metadata.py`       | Manages the metadata and provides functions to create the table, retrieve stored metadata as a dictionary, and update the metadata with new values. |
-| `yolo_mapping.py     | Creates and manages mappings for YOLO object detection classes.                                                                                          |
+| `images.py`          | Deals with image-related operations, such as storing image metadata, managing image IDs, and handling image classifications.                       |
+| `metadata.py`        | Manages the metadata and provides functions to create the table, retrieve stored metadata as a dictionary, and update the metadata with new values. |
+| `yolo_mapping.py`    | Creates and manages mappings for YOLO object detection classes.                                                                                     |

As per coding guidelines: "Verify that documentation and comments are free of spelling mistakes."

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@docs/backend/backend_python/directory-structure.md` around lines 42 - 44, The
table rows for the filenames images.py, metadata.py and yolo_mapping.py are
missing their closing backticks; update each table cell so the filenames are
properly wrapped in backticks (e.g., `images.py`, `metadata.py`,
`yolo_mapping.py`) to fix the Markdown formatting in the directory-structure
documentation and ensure the table renders correctly.

Comment on lines +52 to +54
| `FaceDetector.py | a FaceDetector class for detecting faces in an image |
| `FaceNet.py | Pre-trained FaceNet model for generating face embeddings |
| `ObjectClassifier.py | Detects objects in images and returns their class IDs |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Fix missing backticks and capitalization.

Multiple issues in this table:

  • Line 52: Missing closing backtick on FaceDetector.py and description should start with capital letter
  • Line 53: Missing closing backtick on FaceNet.py
  • Line 54: Missing closing backtick on ObjectClassifier.py
📝 Proposed fix
-| `FaceDetector.py       | a FaceDetector class for detecting faces in an image     |
-| `FaceNet.py           | Pre-trained FaceNet model for generating face embeddings |
-| `ObjectClassifier.py  | Detects objects in images and returns their class IDs    |
+| `FaceDetector.py`      | A FaceDetector class for detecting faces in an image.    |
+| `FaceNet.py`           | Pre-trained FaceNet model for generating face embeddings.|
+| `ObjectClassifier.py`  | Detects objects in images and returns their class IDs.   |

As per coding guidelines: "Verify that documentation and comments are free of spelling mistakes."

📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
| `FaceDetector.py | a FaceDetector class for detecting faces in an image |
| `FaceNet.py | Pre-trained FaceNet model for generating face embeddings |
| `ObjectClassifier.py | Detects objects in images and returns their class IDs |
| `FaceDetector.py` | A FaceDetector class for detecting faces in an image. |
| `FaceNet.py` | Pre-trained FaceNet model for generating face embeddings.|
| `ObjectClassifier.py` | Detects objects in images and returns their class IDs. |
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@docs/backend/backend_python/directory-structure.md` around lines 52 - 54, Fix
the markdown table entries for the three module names by adding the missing
closing backticks and capitalizing the first word of each description: ensure
`FaceDetector.py`, `FaceNet.py`, and `ObjectClassifier.py` are each enclosed in
backticks and update their descriptions to start with a capital letter (e.g., "A
FaceDetector class..." and "Pre-trained FaceNet model..." and "Detects
objects..." as appropriate) so the table renders correctly and follows
documentation capitalization rules.

Comment on lines +76 to +82
| `album.py` | For validing and structuring album-related API requests. |
| `face_clusters.py | For requests and responses related to face cluster management. |
| `facetagging.py | Face matching, clustering, related images, and error responses. |
| `folders.py | Folder-related API requests, responses, and data structures |
| `images.py` | Image management requests and responses, including deletions. |
| `test.py` | Tests image detection requests, responses, and error handling. |
| `user_preferences.py` | User preferences API requests, responses, and error handling. |
| `user_preferences.py | User preferences API requests, responses, and error handling. |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Fix typo and missing backticks.

Multiple issues in this table:

  • Line 76: "validing" should be "validating", and missing closing backtick on album.py
  • Line 77: Missing closing backtick on face_clusters.py
  • Line 78: Missing closing backtick on facetagging.py
  • Line 79: Missing closing backtick on folders.py
  • Line 82: Missing closing backtick on user_preferences.py
📝 Proposed fix
-| `album.py`            | For validing and structuring album-related API requests.     |
-| `face_clusters.py     | For requests and responses related to face cluster management.  |
-| `facetagging.py       | Face matching, clustering, related images, and error responses. |
-| `folders.py           | Folder-related API requests, responses, and data structures     |
+| `album.py`            | For validating and structuring album-related API requests.   |
+| `face_clusters.py`    | For requests and responses related to face cluster management.  |
+| `facetagging.py`      | Face matching, clustering, related images, and error responses. |
+| `folders.py`          | Folder-related API requests, responses, and data structures.    |
 | `images.py`           | Image management requests and responses, including deletions.   |
 | `test.py`             | Tests image detection requests, responses, and error handling.  |
-| `user_preferences.py  | User preferences API requests, responses, and error handling.   |
+| `user_preferences.py` | User preferences API requests, responses, and error handling.   |

As per coding guidelines: "Verify that documentation and comments are free of spelling mistakes."

📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
| `album.py` | For validing and structuring album-related API requests. |
| `face_clusters.py | For requests and responses related to face cluster management. |
| `facetagging.py | Face matching, clustering, related images, and error responses. |
| `folders.py | Folder-related API requests, responses, and data structures |
| `images.py` | Image management requests and responses, including deletions. |
| `test.py` | Tests image detection requests, responses, and error handling. |
| `user_preferences.py` | User preferences API requests, responses, and error handling. |
| `user_preferences.py | User preferences API requests, responses, and error handling. |
| `album.py` | For validating and structuring album-related API requests. |
| `face_clusters.py` | For requests and responses related to face cluster management. |
| `facetagging.py` | Face matching, clustering, related images, and error responses. |
| `folders.py` | Folder-related API requests, responses, and data structures. |
| `images.py` | Image management requests and responses, including deletions. |
| `test.py` | Tests image detection requests, responses, and error handling. |
| `user_preferences.py` | User preferences API requests, responses, and error handling. |
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@docs/backend/backend_python/directory-structure.md` around lines 76 - 82, Fix
the typos and missing Markdown code ticks in the table entries: change
"validing" to "validating" in the album entry and ensure closing backticks are
added for `album.py`, `face_clusters.py`, `facetagging.py`, `folders.py`, and
`user_preferences.py` so each filename is enclosed in backticks and the
descriptions remain unchanged; verify `test.py`, `images.py`, and other entries
are properly formatted as well.

Comment on lines +90 to +95
| `API.py | Sends POST request to restart sync microservice, logs success or failure |
| `face_clusters.py | Clusters face embeddings, updates clusters, generates cluster images. |
| `FaceNet.py` | Preprocesses images, normalizes embeddings, computes similarity. |
| `folders.py` | Manages folder trees: add, delete, sync folders in database and filesystem. |
| `image_metadata.py` | Extracts image metadata including EXIF,size,format, and creation date safely |
| `images.py` | Processes images in folders: thumbnails, detects faces, classifies,updates DB |
| `folders.py | Manages folder trees: add, delete, sync folders in database and filesystem. |
| `image_metadata.py | Extracts image metadata including EXIF,size,format, and creation date safely |
| `images.py | Processes images in folders: thumbnails, detects faces, classifies,updates DB |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Fix missing backticks and punctuation.

Multiple issues in this table:

  • Lines 90, 91, 93, 94, 95: Missing closing backticks on various file names
  • Line 94: Missing spaces after commas in "EXIF,size,format"
📝 Proposed fix
-| `API.py             | Sends POST request to restart sync microservice, logs success or failure      |
-| `face_clusters.py   | Clusters face embeddings, updates clusters, generates cluster images.         |
+| `API.py`            | Sends POST request to restart sync microservice, logs success or failure.     |
+| `face_clusters.py`  | Clusters face embeddings, updates clusters, generates cluster images.         |
 | `FaceNet.py`        | Preprocesses images, normalizes embeddings, computes similarity.              |
-| `folders.py         | Manages folder trees: add, delete, sync folders in database and filesystem.   |
-| `image_metadata.py  | Extracts image metadata including EXIF,size,format, and creation date safely  |
-| `images.py          | Processes images in folders: thumbnails, detects faces, classifies,updates DB |
+| `folders.py`        | Manages folder trees: add, delete, sync folders in database and filesystem.   |
+| `image_metadata.py` | Extracts image metadata including EXIF, size, format, and creation date safely.|
+| `images.py`         | Processes images in folders: thumbnails, detects faces, classifies, updates DB.|

As per coding guidelines: "Verify that documentation and comments are free of spelling mistakes."

📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
| `API.py | Sends POST request to restart sync microservice, logs success or failure |
| `face_clusters.py | Clusters face embeddings, updates clusters, generates cluster images. |
| `FaceNet.py` | Preprocesses images, normalizes embeddings, computes similarity. |
| `folders.py` | Manages folder trees: add, delete, sync folders in database and filesystem. |
| `image_metadata.py` | Extracts image metadata including EXIF,size,format, and creation date safely |
| `images.py` | Processes images in folders: thumbnails, detects faces, classifies,updates DB |
| `folders.py | Manages folder trees: add, delete, sync folders in database and filesystem. |
| `image_metadata.py | Extracts image metadata including EXIF,size,format, and creation date safely |
| `images.py | Processes images in folders: thumbnails, detects faces, classifies,updates DB |
| `API.py` | Sends POST request to restart sync microservice, logs success or failure. |
| `face_clusters.py` | Clusters face embeddings, updates clusters, generates cluster images. |
| `FaceNet.py` | Preprocesses images, normalizes embeddings, computes similarity. |
| `folders.py` | Manages folder trees: add, delete, sync folders in database and filesystem. |
| `image_metadata.py` | Extracts image metadata including EXIF, size, format, and creation date safely.|
| `images.py` | Processes images in folders: thumbnails, detects faces, classifies, updates DB.|
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@docs/backend/backend_python/directory-structure.md` around lines 90 - 95, The
table rows for API.py, face_clusters.py, FaceNet.py, folders.py,
image_metadata.py, and images.py have missing closing backticks and inconsistent
punctuation; update each filename to be wrapped in matching backticks (e.g.,
`API.py`, `face_clusters.py`, etc.), fix the "EXIF,size,format" entry by adding
spaces after commas ("EXIF, size, format"), and ensure each table cell ends with
consistent punctuation (periods) so the table entries are uniform; locate and
edit the lines referencing API.py, face_clusters.py, FaceNet.py, folders.py,
image_metadata.py, and images.py to apply these fixes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant