Skip to content

Manishhhsys/Brain-Tumor-Prediction-Tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Frontend Setup Navigate to the frontend directory: cd brain-V1

Install dependencies: npm install

Start the development server: npx prisma generate npm run dev

The frontend will be running at http://localhost:3000

Backend Setup Navigate to the backend directory: cd brainAI

Create a virtual environment (Windows): python -m venv venv

Activate the virtual environment: .\venv\Scripts\activate

Allow script execution (Windows only, one-time step): Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser

Install backend dependencies: pip install -r requirements.txt

Run the backend server: python run.py

The backend will be running at http://localhost:5000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •