Giter Site home page Giter Site logo

finadict's Introduction

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/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

finadict's People

Contributors

subhayu99 avatar deepninja07x avatar imgbotapp avatar proninja07 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.