KristofGaming39
commited on
Commit
•
395be6e
1
Parent(s):
4a91601
Update README.md
Browse filesThis is the README.md file.
README.md
CHANGED
@@ -1,3 +1,35 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
- hu
|
6 |
+
pipeline_tag: zero-shot-classification
|
7 |
+
tags:
|
8 |
+
- Zero shot
|
9 |
+
- Roblox Characters
|
10 |
---
|
11 |
+
|
12 |
+
# Zer0Shot-image-RobloxCharacters (English)
|
13 |
+
|
14 |
+
This is my AI model, that i have trained for classifying Roblox Characters on a part of a screenshot that is cropped to 244x244. I made this model at
|
15 |
+
2024.01.13 (yyyy/mm/dd), so yea. To use it, simply download the AI model and then use the `codefortraining.py` for training it own your own. Make sure
|
16 |
+
to rename all of your images files as 'human{i}.png' (i means number) and it must be the size of 244x244!
|
17 |
+
|
18 |
+
# Zer0Shot-image-RobloxCharacters (Magyar, Hungarian)
|
19 |
+
|
20 |
+
Ez az én mesterséges intelligencia modellem, amit a Roblox karakterek osztályozására képeztem ki egy képernyőkép 244x244-esre vágott részén. Ezt a modellt én készítettem
|
21 |
+
2024.01.13 (éééé/hh/nn). A Használatához egyszerűen töltsed le az AI-modellt, majd használd a "codefortraining.py" fájlt a te továbbtanításához. Győződjél meg róla hogy
|
22 |
+
az összes képfájl átnevezéséhez 'human{i}.png' (i az a szám) névre, és 244x244 méretűnek kell lennie!
|
23 |
+
|
24 |
+
## Table of Contents
|
25 |
+
|
26 |
+
- [Training Usage](#trainingusage)
|
27 |
+
- [Predicting Usage](#predictingusage)
|
28 |
+
|
29 |
+
## TrainingUsage
|
30 |
+
|
31 |
+
Simply download the AI model and then use the `codefortraining.py` for training it own your own (in Google Colab).
|
32 |
+
|
33 |
+
## PredictingUsage
|
34 |
+
|
35 |
+
Just copy and paste the code from `codeforpredicting.py` for predicting the test images. (in Google Lab)
|