/fx-forecasting

Foreign exchange rate forecasting using LSTM

Primary LanguageTypeScript

This is a Next.js project bootstrapped with create-next-app.

About

Foreign exchange rate forecaster, providing 14-day bilateral currency rate predictions for ~10 currencies. fx_forecast_demo_pic

Frontend

Backend

Currently Working On

  • Re-starting model training, this time after collecting more data so that there are more features

Getting Started

  1. Clone the repo and install dependencies
git clone https://github.com/jenniferchen11/fx-forecasting.git
cd fx-forecasting
npm install
  1. Clone the backend repo and install dependencies
git clone https://github.com/jenniferchen11/fx-forecasting-api.git
cd fx-forecasting-api
pip install -r requirements.txt
  1. Run the backend service
python index.py
  1. Run the development server
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev