Skip to content

Releases: aniketmaurya/chitra

0.2.1.dev0

09 Jan 09:31
4c818b0
Compare
Choose a tag to compare
0.2.1.dev0 Pre-release
Pre-release

What's Changed

New Contributors

  • @deepsource-autofix made their first contribution in #146

Full Changelog: v0.2.0...0.2.1.dev0

v0.2.0

26 Nov 17:10
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.0.22...v0.2.0

Auto Build Docker Image for Model Server

07 Aug 14:05
Compare
Choose a tag to compare

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.

Release 0.1.0

24 Jul 11:45
Compare
Choose a tag to compare

🎉 🎉 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/

Model Server

22 Jul 02:56
Compare
Choose a tag to compare
Model Server Pre-release
Pre-release

🎉 GradioApp integration
🚀 Increase Code Coverage
✨ Data Processing refactor

bounding box resize & confusion matrix visualization

04 Jul 05:19
7f505d1
Compare
Choose a tag to compare
  • resize bounding box with image. resize_image_with_bbox() #87
  • Migrate to black #86
  • visualize confusion matrix #81

0.1.0b1

24 Jun 16:58
ed62789
Compare
Choose a tag to compare
0.1.0b1 Pre-release
Pre-release
  • 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

23 Jun 19:06
6159ea4
Compare
Choose a tag to compare
0.1.0a1 Pre-release
Pre-release

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

20 Jun 10:17
Compare
Choose a tag to compare
0.1.0a0 Pre-release
Pre-release

What is New?

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