Skip to content

Commit 3d2a5ab

Browse files
Merge pull request #124 from prateekralhan/master
Streamlit based Webapps using PixelLib
2 parents ae56003 + eec34fd commit 3d2a5ab

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,13 @@ segment_image.segmentAsPascalvoc("sample.jpg", output_image_name = "image_new.jp
392392
4. PixelLib is used to perform image segmentation to find similar contents in images for image recommendation https://github.com/lukoucky/image_recommendation
393393
![img11](Images/similar.png) <br/> <br/>
394394

395+
5. PixelLib can also be easily integrated with [Streamlit](https://docs.streamlit.io/), which is an open-source Python library that makes it easy to create and share beautiful, custom web apps for machine learning and data science. In just a few minutes you can build and deploy powerful data apps.
395396

397+
Link to the repo : https://github.com/prateekralhan/Instance-Segmentation-using-PixelLib
398+
399+
![1](https://media.githubusercontent.com/media/prateekralhan/Instance-Segmentation-using-PixelLib/master/gifs/image.gif)
400+
401+
![2](https://media.githubusercontent.com/media/prateekralhan/Instance-Segmentation-using-PixelLib/master/gifs/video.gif)
396402

397403
## References
398404
1. PointRend Detectron2 Implementation https://github.com/facebookresearch/detectron2/tree/main/projects/PointRend

0 commit comments

Comments
 (0)