Skip to content

subhayu99/finadict

Repository files navigation

FINAnce preDICT

A simple and easy to use WebApp for Stocks / Cryptocurreny / Foreign Exchange prices prediction.

Live website : finadict.tech

File structure map can be found here.

Install locally

On Linux

Ubuntu / Debian

sudo apt-get update && apt-get upgrade
sudo apt-get install python3-pip
git clone https://github.com/subhayu99/finadict.git
cd finadict
sudo pip3 install -r requirements.txt
streamlit run app.py

On a docker container

Using docker image

sudo docker run -d -i --name finadict -h finadict -p 80:80 -e STREAMLIT_SERVER_PORT=80 subhayu99/finadict:latest

Using Dockerfile

mkdir finadict && cd finadict
wget https://raw.githubusercontent.com/subhayu99/finadict/main/Dockerfile
sudo docker build -t subhayu99/finadict:latest .
sudo docker run -d -i --name finadict -h finadict -p 80:80 -e STREAMLIT_SERVER_PORT=80 subhayu99/finadict:latest

Using docker-compose

mkdir finadict && cd finadict
wget https://raw.githubusercontent.com/subhayu99/finadict/main/docker-compose.yaml
sudo docker-compose up -d

Program Screenshot

Stock's Raw Data


screenshot


Raw Data Graph


screenshot


Stock's Predicted Data


screenshot


Predicted Data Graph


screenshot



Contributors Wall:

All Contributions of the Contributors can be found in the Contributions section and info of Contributors at Contributors.md file.

subhayu99
Subhayu Kumar Bala
DeepNinja07x
Deepraj Rakshit