ChristopherMarais commited on
Commit
6efa53b
1 Parent(s): 778666c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -22
README.md CHANGED
@@ -3,30 +3,14 @@ tags:
3
  - fastai
4
  ---
5
 
6
- # Amazing!
7
 
8
- 🥳 Congratulations on hosting your fastai model on the Hugging Face Hub!
9
 
10
- # Some next steps
11
- 1. Fill out this model card with more information (see the template below and the [documentation here](https://huggingface.co/docs/hub/model-repos))!
12
 
13
- 2. Create a demo in Gradio or Streamlit using 🤗 Spaces ([documentation here](https://huggingface.co/docs/hub/spaces)).
14
 
15
- 3. Join the fastai community on the [Fastai Discord](https://discord.com/invite/YKrxeNn)!
16
 
17
- Greetings fellow fastlearner 🤝! Don't forget to delete this content from your model card.
18
-
19
-
20
- ---
21
-
22
-
23
- # Model card
24
-
25
- ## Model description
26
- More information needed
27
-
28
- ## Intended uses & limitations
29
- More information needed
30
-
31
- ## Training and evaluation data
32
- More information needed
 
3
  - fastai
4
  ---
5
 
6
+ # Andrew Alpha
7
 
8
+ This is a proof-of-concept version of our Artificial Intelligence model to classify images of bark and ambrosia beetles. As an input, please use an image of a specimen, or a group of specimens, ideally in ethanol with a white background.
9
 
10
+ This proof-of-concept model has been trained on a preliminary sample of 12 species: Coccotypes dactyliperda, Hylesinus varius, Monarthrum fasciatum, Phloeosinus dentatus, Pityophthorus juglandis, Platypus cylindrus, Pycnarthrum hispidium, Scolytodes schwarzi, Xyleborinus saxesenii, Xyleborus affinis, Xylosandrus compactus, and Xylosandrus crassiusculus.
 
11
 
12
+ For correct interpretation of the results, it is important to consider not just the suggested name, but also the associated probability. Identification of other species is coming soon, as soon as they are added to the training set.
13
 
14
+ You can find example photos [here](https://ambrosiasymbiosis.org/automated_identification/examples.html) (new tab) and test them using [Hugging Face space to our model](https://huggingface.co/spaces/ChristopherMarais/Andrew_Alpha).
15
 
16
+ Our model is based on the MaxViT architecture taht ahs been fpre-trained on imagenet and fine tuned on our own dataset.