joybangla71 commited on
Commit
bd53a7f
·
1 Parent(s): 98a81e6

necessary files added

Browse files

added the python file, the model parameters downloaded from Kaggle and example images

Files changed (12) hide show
  1. app.py +7 -0
  2. fogsmog.jpeg +0 -0
  3. frost.jpeg +0 -0
  4. glaze.jpeg +0 -0
  5. hail.jpeg +0 -0
  6. model.pkl +3 -0
  7. rain.jpeg +0 -0
  8. rain_V.jpeg +0 -0
  9. rainbow.jpeg +0 -0
  10. requirements.txt +2 -0
  11. rime.jpeg +0 -0
  12. snow.jpeg +0 -0
app.py ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ import gradio as gr
2
+
3
+ def greet(name):
4
+ return "Hello " + name + "!!"
5
+
6
+ iface = gr.Interface(fn=greet, inputs="text", outputs="text")
7
+ iface.launch()
fogsmog.jpeg ADDED
frost.jpeg ADDED
glaze.jpeg ADDED
hail.jpeg ADDED
model.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ce40f77cbe64c028a4a0f596aedd2a4e7d2a6b252ae7e86bf812aab864f3470
3
+ size 242227095
rain.jpeg ADDED
rain_V.jpeg ADDED
rainbow.jpeg ADDED
requirements.txt ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ fastai
2
+ scikit-image
rime.jpeg ADDED
snow.jpeg ADDED