Image Classification
fastai
English
code
Reziii commited on
Commit
d0dff43
1 Parent(s): 366a477

Update README.md

Browse files

I 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

Files changed (1) hide show
  1. README.md +13 -1
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
+ ---