Skip to content

kevin1285/MLStockPrediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Paper

https://drive.google.com/file/d/1vkaN5OSkbHYFSAoEOnHSHWCNGiCw1eEo/view?usp=sharing

Tech Stack

Frontend

Vue.js Vite

Backend

FastAPI

Machine Learning

PyTorch TensorFlow HuggingFace

Running Locally

System Dependencies

  • Python ≥ 3.10 and ≤ 3.11
  • pip ≥ 22.x
  • Node.js ≥ 18.x
  • npm ≥ 9.x

Backend

# Navigate to backend directory
cd backend

# Install dependencies
pip install -r requirements.txt

# Run the FastAPI server
uvicorn main:app --reload --host localhost --port 8000 

Frontend

# Navigate to frontend directory
cd frontend

# Install dependencies
npm install

# Run the development server
npm run dev

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors