Skip to content

sohampawar1866/FORTE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# Train Project Setup Guide

## Backend Setup[In cmd1]
1. Navigate to the backend folder
   ```
   cd backend
   ```

2. Create and activate virtual environment
   ```
   python3 -m venv venv
   source venv/bin/activate
   ```

3. Install dependencies
   ```
   pip install -r requirements.txt
   ```

4. Run the server
   ```
   python3 server.py
   ```

## Frontend Setup[In cmd2]
1. Navigate to the frontend folder
   ```
   cd frontend
   ```

2. Install dependencies
   ```
   npm install
   ```

3. Start development server
   ```
   npm run dev
   ```

## Quick Start
Make sure to start the backend server first, then the frontend development server.

About

This app optimizes metro train fleets by using ML models to predict maintenance risks and cleaning needs. An optimizer then intelligently assigns each train to service, standby, or maintenance, improving overall efficiency and resource allocation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors