Skip to content

Commit

Permalink
Merge pull request #124 from prateekralhan/master
Browse files Browse the repository at this point in the history
Streamlit based Webapps using PixelLib
  • Loading branch information
ayoolaolafenwa authored Jan 29, 2022
2 parents ae56003 + eec34fd commit 3d2a5ab
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,13 @@ segment_image.segmentAsPascalvoc("sample.jpg", output_image_name = "image_new.jp
4. PixelLib is used to perform image segmentation to find similar contents in images for image recommendation https://github.com/lukoucky/image_recommendation
![img11](Images/similar.png) <br/> <br/>

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.

Link to the repo : https://github.com/prateekralhan/Instance-Segmentation-using-PixelLib

![1](https://media.githubusercontent.com/media/prateekralhan/Instance-Segmentation-using-PixelLib/master/gifs/image.gif)

![2](https://media.githubusercontent.com/media/prateekralhan/Instance-Segmentation-using-PixelLib/master/gifs/video.gif)

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

0 comments on commit 3d2a5ab

Please sign in to comment.