Skip to content

docs: fix Quick Start example and config field names#33

Merged
MadhurKumar004 merged 2 commits intopointblank-club:mainfrom
me-jain-anurag:fix/readme-example-documentation
Feb 1, 2026
Merged

docs: fix Quick Start example and config field names#33
MadhurKumar004 merged 2 commits intopointblank-club:mainfrom
me-jain-anurag:fix/readme-example-documentation

Conversation

@me-jain-anurag
Copy link
Contributor

  • Removed reference to non-existent examples/quick_start.ef file
  • Fixed config field names from 'model_path'/'output_path' to 'model'/'output' to match validator requirements
  • Added clarification to create my_config.ef in project root directory

The README referenced examples/quick_start.ef which doesn't exist and would be ignored by .gitignore rules. Also, the example configs used 'model_path' and 'output_path' but the validator expects 'model' and 'output', causing validation failures for users following the docs.

Tested and verified config now loads successfully.

- Removed reference to non-existent examples/quick_start.ef file
- Fixed config field names from 'model_path'/'output_path' to 'model'/'output'
  to match validator requirements
- Added clarification to create my_config.ef in project root directory

The README referenced examples/quick_start.ef which doesn't exist and
would be ignored by .gitignore rules. Also, the example configs used
'model_path' and 'output_path' but the validator expects 'model' and
'output', causing validation failures for users following the docs.

Tested and verified config now loads successfully.
This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details.

## Security Notes
This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details.
Copy link
Collaborator

Choose a reason for hiding this comment

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

What did you change in this line?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ah, I see - there was a blank line there that I removed by mistake. I'll add it back.

### 4. Create Your Own Config

Create a file `my_config.ef`:
Create a file `my_config.ef` in the project root directory:
Copy link
Collaborator

Choose a reason for hiding this comment

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

Add a comment line like : note: reqiures a .h5/.onnx/.keras model file

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Makes sense! I'll add that note now.

Added clarification that users need an actual .tflite/.h5/.onnx/.keras
model file, not just the placeholder path.
@MadhurKumar004 MadhurKumar004 merged commit ac74538 into pointblank-club:main Feb 1, 2026
1 check passed
@MadhurKumar004
Copy link
Collaborator

LGTM

@me-jain-anurag me-jain-anurag deleted the fix/readme-example-documentation branch February 1, 2026 20:11
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.

2 participants