--- title: TraDeX emoji: 📊 colorFrom: red colorTo: pink sdk: gradio sdk_version: 3.39.0 app_file: app.py pinned: false license: agpl-3.0 --- # TraDeX This is a demo app for the TraDeX app, which is a TFT and CNN-LSTM based app for Stock Price prediction. ## How to use this app 1. Upload the CSV file of the company you wish to predict the stock price of. (NOTE: The CSV file should contain the columns as present in sample file available in the app) 2. Click "Submit" and wait for the prediction to be made. 3. You'll get the results in form of CSV file, download it and you're done! --- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference