A web-application, created using HTML, CSS, Django, Pytorch, Chart.js, Keras and NLTK, that helps to manage and track investments. The web application has many features -
- Buying, Selling stocks, crypto-currencies and foreign exchange with virtual money at real-time prices (using alpha-vantage API).
- Watching and bookmarking stocks, crypto-currencies and foreign exchange to see variation in prices.
- Gives you detailed analysis of the company and it's variation in stock prices.
- Recent news about the company
- A Tweety bot that lets you know what is the current word about the company on Twitter.
- Sentiment analysis on Twitter data to know the sentiment around the company on Twitter.
- Insights about the company using Google trends.
- Variation in prices (intraday, as well as over a month and a year)
- The trends in prices over a year captured by a trained recurrent neural network with LSTM units.
- Investment tracker to help you manage your other invstments.
Try out the app and all of it's awesome features.
You can run the server with python manage.py runserver
after doing all the database migrations.