Table of Contents
Are you a trader who doesn't get the time to actively execute each trade or an ML programmer with a knack for building stock trading models but don't have the capabilities to deploy them? Fret not, for TensorForce has got your back! TensorForce is an ML-based web application designed to let users invest in various stocks using Machine Learning models to execute trades on their behalf without human intervention. Along with using the in-house built models, it also is a marketplace from which users can purchase other models from developers, which will cater to users with varied trading preferences and strategies, expanding the platform's appeal. The cutting-edge Dashboard UI and the auxiliary features such as the sentiment analysis and the Stock charts viewer provide a seamless experience for the users to monitor their portfolios and trades and analyze the current market sentiment effectively, making TensorForce a one-stop shop for users fascinated with smart trading and investing.
- Dashboard
- Sentiment Analysis
- Heatmap
- Shop
- News
- Stock Charts
Inheritance.Tensorforce.Demo.Video.mp4
- GitHub Repository
- Demo Video
- Drive Link to Screenshots of the project
- Hosted Website Link
- Hosted Backend Link
- HTML
- CSS
- JavaScript
- React
- Tailwind CSS
- NodeJS
- Flask
- MongoDB
- Python
- Jupyter Notebook
- TensorFlow
- PyTorch
- An intraday trading bot which is trained on the historical intraday data of various stocks and will execute trades based on daily as well as intraday signals.
- An LLM chatbot fine-tuned to recent financial and economic news which can help users with the basics of investing and trading and also help them assess the performance of a particular company over the previous quarter or financial year.
TensorForce has the potential to address several real-life problems and offer valuable applications in the field of stock trading and investing. Some of its possible applications include:
-
Automated Trading for Busy Individuals: TensorForce allows busy individuals who are interested in trading but lack the time to actively manage their portfolios to still participate in the stock market. By utilizing machine learning models to execute trades on behalf of users, TensorForce enables them to invest without needing to dedicate significant time to monitoring the market.
-
Algorithmic Trading for Efficient Execution: The use of machine learning models in TensorForce enables algorithmic trading strategies to be employed, which can execute trades with greater efficiency and speed than manual trading. This can potentially lead to improved trading performance and better capital utilization.
-
Access to Diverse Trading Strategies: The marketplace feature of TensorForce provides users with access to a variety of trading models developed by different developers. This allows users to explore and utilize diverse trading strategies tailored to their preferences and risk tolerance, enhancing their investment experience.
-
Portfolio Monitoring and Analysis: The dashboard UI of TensorForce offers users a comprehensive view of their portfolios, including performance metrics, asset allocation, and historical data. This enables users to monitor their investments effectively, identify trends, and adjust their strategies accordingly.
- Model Marketplace Fees: Developers who list their trading models on the marketplace can pay fees or commissions for each sale made through the platform.
- Premium Features: Certain training models or portfolio analysis tools can be offered as premium upgrades for users willing to pay an additional fee.
- Clone the entire repository from GitHub:
git clone https://github.com/manascb1344/Inheritance
- Navigate to the
WebD
directory:cd Inheritance/WebD
- Install frontend dependencies:
yarn
- Navigate to the
backend
directory:cd ../backend
- Install backend dependencies:
yarn
- Navigate to the
ML
directory:cd ../ML
- Install machine learning dependencies:
pip install -r requirements.txt
- After completing the frontend setup, start the frontend server:
yarn run dev
- Access the frontend application in your browser at
http://localhost:3000
.
- After completing the backend setup, start the backend server:
yarn run dev
- The backend server will be running at
https://tensorforce-backend.onrender.com
.
- After completing the machine learning setup, you can run the machine learning scripts as needed by navigating to the
ML
directory and executing the Python scripts.
- Manas Bavaskar: Email: [email protected]
- Yash Kadam: Email: [email protected]
- Soham Mukane: Email: [email protected]
- Aarya Bodas: Email: [email protected]
![order history](https![model shop]
We welcome contributions to TensorForce! If you're interested in helping out, please check out our Contributing Guide for more information on how to get started.