Skip to content

DevelopmentNotes

Mantra Patil edited this page Nov 24, 2025 · 2 revisions

Development Notes

Logging → src/logging_config.py (configure via LOG_LEVEL in .env)

  • Configuration → src/config.py for paths and secrets
  • Optional Screenshot Feature → include_screenshot=True in src/model.py (requires Selenium)
  • Extend Project → add data sources, improve ML model, tune features
  • Code Style → black . with line-length = 88

Note: Follow consistent code style to maintain readability and collaboration.

Clone this wiki locally