Skip to content

Commit

Permalink
Update README.md to specify remote sensing
Browse files Browse the repository at this point in the history
  • Loading branch information
nharada1 authored Feb 22, 2024
1 parent 4407bb5 commit 6706d31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</p>
<br />

## What is Moonshine?
## What is Moonshine Remote Sensing?

Moonshine is a Python package that makes it easier to train models on remote sensing
data like satellite imagery. Using Moonshine's pretrained models, you can reduce the
Expand All @@ -44,7 +44,7 @@ amount of labeled data required and reduce the training compute needed.
For more info and examples,
[read the docs](https://moonshineai.readthedocs.io/en/latest).

## Why use Moonshine?
## Why use Moonshine Remote Sensing?

1. **Pretrained on multispectral data**: Many existing packages are pretrained with
ImageNet or similar RGB images. Using Moonshine you can unlock the full power of
Expand Down Expand Up @@ -74,7 +74,7 @@ pip install git+https://github.com/moonshinelabs-ai/moonshine

## Quick Start

The Moonshine Python package offers a light wrapper around our pretrained PyTorch
The Moonshine Remote Sensing Python package offers a light wrapper around our pretrained PyTorch
models. You can load the pretrained weights into your own model architecture and fine
tune with your own data:

Expand Down

0 comments on commit 6706d31

Please sign in to comment.