Chitra Versions Save

A multi-functional library for full-stack Deep Learning. Simplifies Model Building, API development, and Model Deployment.

0.2.1.dev0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/gradsflow/chitra/compare/v0.2.0...0.2.1.dev0

v0.2.0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/aniketmaurya/chitra/compare/0.0.22...v0.2.0

v0.1.1

2 years ago

chitra CLI can build docker image for any kind of Machine Learning or Deep Learning Model.

chitra builder create [OPTIONS]

Options:
  --path TEXT  [default: ./]
  --port TEXT
  --tag TEXT
  --help       Show this message and exit.

0.1.0

2 years ago

πŸŽ‰ πŸŽ‰ Chitra now supports Model Serving and Image Data Loading with Bounding Boxes. You can easily create UI app or Rest API for Any Machine Learning or Deep Learning Model (Framework Agnostic).

Auto Dockerization and Serverless deployment is in roadmap 🚘.

πŸ“š Get started with the Documentation https://chitra.readthedocs.io/en/latest/

0.1.0b4

2 years ago

πŸŽ‰ GradioApp integration πŸš€ Increase Code Coverage ✨ Data Processing refactor

0.1.0b3

2 years ago
  • resize bounding box with image. resize_image_with_bbox() #87
  • Migrate to black #86
  • visualize confusion matrix #81

0.1.0b1

2 years ago
  • cache images to HOME dir (#70)
  • fix sonar coverage #68
  • refactor code & test #67
  • increased test coverage #67
  • Fix 'Duplicate Code' issue in chitra\dataloader.py #64

pip install chitra==0.1.0b1

0.1.0a1

2 years ago

What is New?

  • Chitra image loading from URL can be cached.
  • Fixed duplicate codes
  • Updated docs

pip install chitra==0.1.0a1

0.1.0a0

2 years ago

What is New?

  1. Chitra class : ultimate toolbox for image utility functions
  2. Model Serving
  3. Model Conversion (tf to torch and vice versa)