Skip to content

tahatariq19/prophetly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prophetly

A modern, dark-themed time series forecasting application using Facebook Prophet, FastAPI, and React.

Project Structure

  • frontend/: React application (Vite, Tailwind, Recharts).
  • backend/: Python API (FastAPI, Prophet).
  • scripts/: Utility scripts (e.g., favicon generation).

Getting Started

Prerequisites

  • Node.js (v18+)
  • Python (v3.9+)

Running Locally

  1. Backend:

    cd backend
    python -m venv .venv
    
    # Linux & MacOS
    .venv/bin/activate
    
    # Windows
    .venv\Scripts\Activate.ps1
    
    pip install -r requirements.txt
    uvicorn main:app --reload
  2. Frontend:

    cd frontend
    npm install
    npm run dev

Access the app at http://localhost:5173.

About

A modern web interface for time-series forecasting using the Prophet model.

Resources

Stars

Watchers

Forks

Contributors