Skip to content

Latest commit

 

History

History
69 lines (35 loc) · 2.03 KB

README.md

File metadata and controls

69 lines (35 loc) · 2.03 KB

PlacementAnalyticsTool

Project Overview

Placement Analytics Tool is a project developed as part of the NaanMudhalvan initiative, guided by Smartinternz. This tool is designed to assist students and organizations in tracking, analyzing, and optimizing placement-related data. It provides a comprehensive solution to manage and gain insights into the placement process, making it easier for both students and placement officers.

Getting Started

To get started with the Placement Analytics Tool, you'll need to follow these instructions:

1. Clone this repository to your local machine using the following command:

    git clone https://github.com/devaprog/PlacementAnalyticsTool.git

2. Navigate to the project directory:
    
    cd PlacementAnalyticsTool

Follow the installation instructions provided in the Installation section to set up the necessary dependencies.

Once the setup is complete, you can proceed to Usage to learn how to use the tool effectively.

Installation

To install and set up the Placement Analytics Tool, follow these steps:

1. Make sure you have Python installed on your system. If not, you can download and install Python from the official website: Python Downloads.

2. Create a virtual environment for the project to manage dependencies:

    python -m venv venv

Activate the virtual environment:

On Windows:

    venv\Scripts\activate

On macOS and Linux:

    source venv/bin/activate

Install the required Python packages:

pip install -r requirements.txt

Usage

To use the Placement Analytics Tool, follow these steps:

Activate the virtual environment (if not already activated):

    On Windows:

        venv\Scripts\activate

    On macOS and Linux:

        source venv/bin/activate

Start the tool:

python app.py

Open your web browser and navigate to http://localhost:4000 to access the Placement Analytics Tool.

Follow the on-screen instructions and start using the tool to manage placement-related data.

#or see result via GITHUB PAGE in about