Stock-Market-Prediction-Web-App-using-Machine-Learning-And-Sentiment-Analysis icon indicating copy to clipboard operation
Stock-Market-Prediction-Web-App-using-Machine-Learning-And-Sentiment-Analysis copied to clipboard

internal server error while predicting the stock price

Open PratikM16 opened this issue 2 years ago • 1 comments

File "C:\Users\Lenovo\AppData\Local\Programs\Python\Python311\Lib\site-packages\flask\app.py", line 2525, in wsgi_app response = self.full_dispatch_request() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\Lenovo\AppData\Local\Programs\Python\Python311\Lib\site-packages\flask\app.py", line 1822, in full_dispatch_request rv = self.handle_user_exception(e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\Lenovo\AppData\Local\Programs\Python\Python311\Lib\site-packages\flask\app.py", line 1820, in full_dispatch_request rv = self.dispatch_request() ^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\Lenovo\AppData\Local\Programs\Python\Python311\Lib\site-packages\flask\app.py", line 1796, in dispatch_request return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "c:\Movies\Stock-Market-Prediction-Web-App-using-Machine-Learning-And-Sentiment-Analysis-master\main.py", line 478, in insertintotable lstm_pred, error_lstm=LSTM_ALGO(df) ^^^^^^^^^^^^^ File "c:\Movies\Stock-Market-Prediction-Web-App-using-Machine-Learning-And-Sentiment-Analysis-master\main.py", line 180, in LSTM_ALGO from keras.models import Sequential File "C:\Users\Lenovo\AppData\Local\Programs\Python\Python311\Lib\site-packages\keras_init_.py", line 21, in from keras import models File "C:\Users\Lenovo\AppData\Local\Programs\Python\Python311\Lib\site-packages\keras\models_init_.py", line 18, in from keras.engine.functional import Functional File "C:\Users\Lenovo\AppData\Local\Programs\Python\Python311\Lib\site-packages\keras\engine\functional.py", line 26, in from keras import backend File "C:\Users\Lenovo\AppData\Local\Programs\Python\Python311\Lib\site-packages\keras\backend.py", line 35, in from keras.engine import keras_tensor File "C:\Users\Lenovo\AppData\Local\Programs\Python\Python311\Lib\site-packages\keras\engine\keras_tensor.py", line 19, in from keras.utils import object_identity File "C:\Users\Lenovo\AppData\Local\Programs\Python\Python311\Lib\site-packages\keras\utils_init_.py", line 20, in from keras.saving.legacy.serialization import deserialize_keras_object File "C:\Users\Lenovo\AppData\Local\Programs\Python\Python311\Lib\site-packages\keras\saving\legacy\serialization.py", line 22, in from keras.utils import tf_contextlib File "C:\Users\Lenovo\AppData\Local\Programs\Python\Python311\Lib\site-packages\keras\utils\tf_contextlib.py", line 17, in from tensorflow.python.keras.utils import tf_contextlib File "C:\Users\Lenovo\AppData\Local\Programs\Python\Python311\Lib\site-packages\tensorflow\python\keras_init_.py", line 25, in from tensorflow.python.keras import models File "C:\Users\Lenovo\AppData\Local\Programs\Python\Python311\Lib\site-packages\tensorflow\python\keras\models.py", line 18, in from tensorflow.python.framework import ops

PratikM16 avatar Apr 10 '23 18:04 PratikM16

hello. can you please guide me how you managed to run this application? I installed xamp and wordpress and it is showing the main screen when i run localhost/wordpress but i get a error saying the link not found after I register myself as user. please help me if you know anything about it

AafaqAhmed-074 avatar Mar 21 '24 13:03 AafaqAhmed-074