fmussari commited on
Commit
5e06ef0
1 Parent(s): 0d4a0f9
.gitignore ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ .ipynb_checkpoints
2
+ flagged
3
+ telecom_object_detection.ipynb
app.py ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # AUTOGENERATED! DO NOT EDIT! File to edit: telecom_object_detection.ipynb.
2
+
3
+ # %% auto 0
4
+ __all__ = ['title', 'css', 'iface', 'greet']
5
+
6
+ # %% telecom_object_detection.ipynb 2
7
+ import gradio as gr
8
+
9
+ # %% telecom_object_detection.ipynb 4
10
+ title = """<h1 id="title">Telecom Object Detection with Azure Custom Vision</h1>"""
11
+
12
+ css = '''
13
+ h1#title {
14
+ text-align: center;
15
+ }
16
+ '''
17
+
18
+ # %% telecom_object_detection.ipynb 5
19
+ def greet(name):
20
+ return "Hello " + name + "!!"
21
+
22
+ iface = gr.Interface(fn=greet, inputs="text", outputs="text")
23
+ iface.launch()
images/CIMG6208.jpg ADDED
images/DSC09399.jpg ADDED
images/las-palmas-at-60-(20).jpg ADDED