| kaushikjadhav01/Stock-Market-Prediction-Web-App-using-Machine-Learning-And-Sentiment-Analysis |
460 |
|
0 |
0 |
about 2 years ago |
0 |
|
21 |
mit |
Python |
| Stock Market Prediction Web App based on Machine Learning and Sentiment Analysis of Tweets (API keys included in code). The front end of the Web App is based on Flask and Wordpress. The App forecasts stock prices of the next seven days for any given stock under NASDAQ or NSE as input by the user. Predictions are made using three algorithms: ARIMA, LSTM, Linear Regression. The Web App combines the predicted prices of the next seven days with the sentiment analysis of tweets to give recommendation whether the price is going to rise or fall |
| tsandefer/dsi_capstone_3 |
32 |
|
0 |
0 |
almost 7 years ago |
0 |
|
1 |
|
Python |
| Neural Machine Translation: Explaining The Meaning Behind Lyrics (DSI Final Capstone Project) |
| daniel-cortez-stevenson/crypto-predict |
29 |
|
0 |
0 |
over 2 years ago |
0 |
|
14 |
mit |
Jupyter Notebook |
| A dockerized prediction API for crypto. |
| Desklop/Voice_ChatBot |
26 |
|
0 |
0 |
over 6 years ago |
0 |
|
1 |
other |
Python |
| Chatbot in russian with speech recognition using PocketSphinx and speech synthesis using RHVoice. The AttentionSeq2Seq model is used. Imlemented using Python3+TensorFlow+Keras. |
| chen0040/keras-sentiment-analysis-web-api |
24 |
|
0 |
0 |
about 8 years ago |
0 |
|
0 |
mit |
Python |
| Web api built on flask for keras-based sentiment analysis using Word Embedding, RNN and CNN |
| hualiu01/LSTMRNNStockr |
24 |
|
0 |
0 |
over 8 years ago |
0 |
|
1 |
|
Python |
| (1) LSTM-RNN stock prices (historical closing precies of S&P500) prediction using keras with tensorflow. (2) Experiments APIs on the network's hyper-parameters are provided through './mmodel/experiment.py'. (3) a website is built using this prediction model as engine with Flask and MySQL. |
| YigitGunduc/Spectrum |
20 |
|
0 |
0 |
about 5 years ago |
0 |
|
0 |
mit |
Python |
| Spectrum is an AI that uses machine learning to generate Rap song lyrics |
| arghyadeep99/Aarogya-Bot |
17 |
|
0 |
0 |
almost 3 years ago |
0 |
|
6 |
|
Jupyter Notebook |
| First Prize Winner in HackOff-3.0 Siemens Healthineers Problem Statement number 3 on designing a Medical Chatbot. |
| vivshaw/shakespeare-LSTM |
17 |
|
0 |
0 |
about 9 years ago |
0 |
|
1 |
mit |
HTML |
| a Keras neural network trained to write Shakespearean sonnets, with a Flask web interface |
| yaswanthpalaghat/Automatic-Image-Captioning-using-CNN-LSTM-deep-neural-networks-and-flask |
11 |
|
0 |
0 |
over 5 years ago |
0 |
|
4 |
mit |
Python |
| Image caption generation has emerged as a challenging and important research area following ad-vances in statistical language modelling and image recognition. The generation of captions from images has various practical benefits, ranging from aiding the visually impaired, to enabling the automatic and cost-saving labelling of the millions of images uploaded to the Internet every day. The field also brings together state-of-the-art models in Natural Language Processing and Computer Vision, two of the major fields in Artificial Intelligence. In this model, we has used CNN and LSTM to generate captions for the images and deployed our model using Flask. |