An open API service indexing awesome lists of open source software.

https://github.com/miladsade96/osl

Object Segmenting and Labeling
https://github.com/miladsade96/osl

Last synced: 8 months ago
JSON representation

Object Segmenting and Labeling

Awesome Lists containing this project

README

          

# OSL
Object Segmenting and Labeling

![GitHub](https://img.shields.io/github/license/EverLookNeverSee/osl)
![GitHub branch checks state](https://img.shields.io/github/checks-status/EverLookNeverSee/osl/main)
![GitHub language count](https://img.shields.io/github/languages/count/EverLookNeverSee/osl)
![GitHub top language](https://img.shields.io/github/languages/top/EverLookNeverSee/osl)
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/EverLookNeverSee/osl)
![Lines of code](https://img.shields.io/tokei/lines/github/EverLookNeverSee/osl)
![GitHub all releases](https://img.shields.io/github/downloads/EverLookNeverSee/osl/total)
![GitHub issues](https://img.shields.io/github/issues-raw/EverLookNeverSee/osl)
![GitHub pull requests](https://img.shields.io/github/issues-pr-raw/EverLookNeverSee/osl)
![GitHub release (latest by date)](https://img.shields.io/github/v/release/EverLookNeverSee/osl)
![GitHub contributors](https://img.shields.io/github/contributors/EverLookNeverSee/osl)
![GitHub last commit](https://img.shields.io/github/last-commit/EverLookNeverSee/osl)

## Authors
* Milad Sadeghi DM - [EverLookNeverSee](https://github.com/everlookneversee) @ GitHub.com

See also the list of [contributors](https://github.com/EverLookNeverSee/osl/graphs/contributors) who participated in this project.

## Demo
You can see [demo version](https://share.streamlit.io/everlookneversee/osl/main/osl/run.py) of the project on [streamlit sharing](https://share.streamlit.io)

## Run Locally

Clone the project:

```bash
git clone https://github.com/EverLookNeverSee/osl.git
```

Go to the project directory:

```bash
cd osl/
```

Install the dependencies:

```bash
pip3 install -r requirements.txt
```

Start the server

```bash
streamlit run osl/run.py
```

## License
This project is licensed under the **MIT License** - see the [LICENSE](LICENSE) file for more details.

## Related
Here are some related projects:
* [Mask-RCNN Model](https://github.com/matterport/Mask_RCNN)