Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update icons #693

Merged
merged 2 commits into from
Jun 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 18 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ pip install encord-active
> If you have trouble installing `encord-active`, you find more detailed instructions on
> installing it [here](https://docs.encord.com/docs/active-installation). If just want to see it in action try out [this Colab notebook](https://colab.research.google.com/github/encord-team/encord-notebooks/blob/main/colab-notebooks/01_Encord_Active_Notebooks_Download_sandbox_project.ipynb).


## 👋 Quickstart

Get started immediately by sourcing your environment and running the code below.
Expand Down Expand Up @@ -106,10 +105,11 @@ Whether you've just started collecting data, labeled your first batch of samples
### 🚀 Encord Active Versions

Encord Active (EA) is available in two versions:

- Encord Active Cloud 🌥️
- Encord Active OS 💻

[Active Cloud][active-cloud] is tightly integrated with [Encord Annotate][annotate], with Active Cloud and Annotate being hosted by Encord--you can signup and start using Active without installing anything.
[Active Cloud][active-cloud] is tightly integrated with [Encord Annotate][annotate], with Active Cloud and Annotate being hosted by Encord--you can signup and start using Active without installing anything.

Or self-host and start using the open source toolkit locally ⬇️.

Expand Down Expand Up @@ -138,7 +138,7 @@ The app should then open in the browser.
If not, navigate to [`localhost:8000`](http://localhost:8000).
Our [docs][encord-active-docs] contain more information about what you can see in the page.

## <img width="24" height="24" src="https://storage.googleapis.com/docs-media.encord.com/static/img/icons/encord_icon.png"/> Import your dataset
## <img width="24" height="24" src="https://storage.googleapis.com/docs-media.encord.com/static/img/icons/Icon%20solo%20-%20Primary.svg"/> Import your dataset

### Quick import Dataset

Expand Down Expand Up @@ -234,6 +234,7 @@ Don't want to host Encord Active on your server? Or are you loading >25k images
✅ Filter by metadata

![active-cloud][active-banner]

> [**Try it for free**][try-cloud-free]

## 🧑🏽‍💻Development
Expand Down Expand Up @@ -264,6 +265,19 @@ If you want to share your custom metrics or improve the tool, please see our [co

[@Javi Leguina](https://github.com/jleguina)

## BibTeX

```
@misc{Encord2024,
author = {Encord},
title = {Encord Active},
year = {2024},
publisher = {GitHub},
journal = {GitHub repository},
howpublished = {\url{https://github.com/encord-team/encord-ctive}},
}
```

## Licence

This repository is published under the Apache 2.0 licence.
Expand All @@ -286,4 +300,4 @@ This repository is published under the Apache 2.0 licence.
[collections]: https://docs.encord.com/docs/active-create-collections
[try-cloud-free]: https://encord.com/try-it-free/
[annotate]: https://encord.com/annotate/
[active-cloud]: https://encord.com/active/
[active-cloud]: https://encord.com/active/
Binary file modified src/encord_active/frontend/public/favicon.ico
Binary file not shown.
Loading