dcarpintero commited on
Commit
77896b4
1 Parent(s): 4f801af

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -8,9 +8,9 @@ tags:
8
  - astronomy
9
  ---
10
 
11
- ## Interstellar Classifier
12
 
13
- Classify images of interstellar objects such as galaxies, nebulae, comets, asteroids, quasars, and star clusters.
14
 
15
  Built for the fast.ai [Practical Deep Learning Course](https://course.fast.ai/) by:
16
  - creating a custom dataset (less than 150 images per label) using [Bing search API](https://www.microsoft.com/en-us/bing/apis/bing-web-search-api);
@@ -25,7 +25,7 @@ Two versions of the model are provided:
25
 
26
  *This version [fastai-interstellar-object](https://huggingface.co/dcarpintero/fastai-interstellar-object/tree/main)*
27
 
28
- Recognizes a (limited) set of **specific** interstellar objects:
29
  - `m31 andromeda`
30
  - `m33 triangulum`
31
  - `m81 bode`
 
8
  - astronomy
9
  ---
10
 
11
+ ## Astronomical Classifier
12
 
13
+ Classify images of astronomical objects such as galaxies, nebulae, comets, asteroids, quasars, and star clusters.
14
 
15
  Built for the fast.ai [Practical Deep Learning Course](https://course.fast.ai/) by:
16
  - creating a custom dataset (less than 150 images per label) using [Bing search API](https://www.microsoft.com/en-us/bing/apis/bing-web-search-api);
 
25
 
26
  *This version [fastai-interstellar-object](https://huggingface.co/dcarpintero/fastai-interstellar-object/tree/main)*
27
 
28
+ Recognizes a (limited) set of **specific** astronomical objects:
29
  - `m31 andromeda`
30
  - `m33 triangulum`
31
  - `m81 bode`