Kartik13 commited on
Commit
05feff4
1 Parent(s): e82aa0c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -1,13 +1,11 @@
1
  import streamlit as st
2
  from PIL import Image
3
  import onnx
4
- import easyocr
5
  import os
6
  import cv2
7
  import numpy as np
8
  import pandas as pd
9
  import tensorflow as tf
10
- import pytesseract as pt
11
  import plotly.express as px
12
  import matplotlib.pyplot as plt
13
  import xml.etree.ElementTree as xet
 
1
  import streamlit as st
2
  from PIL import Image
3
  import onnx
 
4
  import os
5
  import cv2
6
  import numpy as np
7
  import pandas as pd
8
  import tensorflow as tf
 
9
  import plotly.express as px
10
  import matplotlib.pyplot as plt
11
  import xml.etree.ElementTree as xet