Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changes again #7

Merged
merged 1 commit into from
Mar 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions app.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
import numpy as np
import cv2
import csv as csv
import matplotlib.pyplot as plt
import pandas_datareader as pd_data
import keras
from keras.models import load_model
import streamlit as st
import numpy as np
import pandas as pd
import streamlit as st
from PIL import Image
from streamlit_drawable_canvas import st_canvas

Expand Down
7 changes: 2 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
numpy
opencv-contrib-python
json
opencv-python
matplotlib
pandas-datareader
pickle
requests
keras
streamlit
datetime
sklearn
scikit-learn
Pillow
streamlit-drawable-canvas
svgpathtools
Loading