Update README.md
Browse filesI want an ai that can self code a virtual controller that captures all a users inputs and out puts them threw the virtual controllers driver. Ontop of that Id like it to have the ability to do image regognition to bne an ai assist in offline games
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
1 |
---
|
2 |
license: wtfpl
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: wtfpl
|
3 |
+
datasets:
|
4 |
+
- microsoft/orca-math-word-problems-200k
|
5 |
+
- fka/awesome-chatgpt-prompts
|
6 |
+
- MarkrAI/KoCommercial-Dataset
|
7 |
+
language:
|
8 |
+
- en
|
9 |
+
metrics:
|
10 |
+
- accuracy
|
11 |
+
library_name: fastai
|
12 |
+
pipeline_tag: image-classification
|
13 |
+
tags:
|
14 |
+
- code
|
15 |
+
---
|