nam2184 / Finance_node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DailyFinance

Overview

--WORK IN PROGRESS-- This Finance App is a full-stack web application built using React for the frontend, Node.js for the backend, and Python for scraping financial data from Yahoo Finance. Additionally, the app incorporates homomorphic encryption for secure machine learning operations on financial data.

Features

  • React Frontend: A modern and responsive user interface for interacting with financial data.
  • Node.js Backend: Serves as the backend server to handle requests from the frontend and interact with the Python scripts for data scraping.
  • Python Data Scraping: Utilizes Python scripts to scrape financial data from Yahoo Finance, providing real-time and historical market information.
  • Homomorphic Encryption: Implements homomorphic encryption to enable secure computation on encrypted financial data, ensuring privacy during machine learning operations.

Installation

Prerequisites

Progess Check

  • Working on homomorphic encryption module from scratch following Paillier paper
  • Creating a client rendered stock market chart (candlestick + line graph)

About


Languages

Language:Python 74.3%Language:JavaScript 19.8%Language:CSS 5.9%