Weather Prediction from Historical Data

This repository contains the code for predicting the weather using historical data which was our internship project.

Prerequisites:

  1. Node.js: Download from the official website
  2. NPM: Install by adding the Node.js installation path to environment variables.
  3. Python Packages:
    • Flask
    • Flask-CORS Install these packages using pip.
  4. Vite: Install by running npm install vite.

Setup Instructions:

  1. Clone the Repository:
   git clone https://github.com/greyshadow37/namcs-internship-2024.git
  1. Navigate to the Cloned Repository:
cd namcs-internship-2024
  1. Open Required Files:
  • Go to /UI/src and open App.jsx.
  • Open app.py located in the main folder.
  1. Start the Web server
python app.py
  1. Start the Web App
npm run dev
  1. Access the Web App:
  • Copy the URL generated after completing step 5.
  • Paste it into your browser to access the web app.