Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/deeraj7/student-migration-analysis

Student Migration Analysis
https://github.com/deeraj7/student-migration-analysis

Last synced: 22 days ago
JSON representation

Student Migration Analysis

Awesome Lists containing this project

README

        

# StudentMigration

This project is part of a Data Visualization project and was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.2.5.

## Installation

### Install Node and NPM
Download and install the latest versions of Node.js and npm.

### Install the Project
Run the following command to install the project's dependencies:
```bash
npm install
```

## Development

### Development Server
To start a development server, run:
```bash
ng serve
```
Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.

### Code Scaffolding
To generate a new component, run:
```bash
ng generate component component-name
```
You can also use the following commands to generate other Angular elements:
```bash
ng generate directive|pipe|service|class|guard|interface|enum|module
```

## Build

To build the project, run:
```bash
ng build
```
The build artifacts will be stored in the `dist/` directory.

## Python Visualization

### Altair Visualizations
The Python code for Altair visualizations can be found in the `Assets` folder under the "Altair Visualization" directory.

To install the Altair library, use the following command:
```bash
pip install altair==5.0.0.rc1
```

## Contributors

- [Karthik Rachammala](https://github.com/karthikRachamalli1995)