Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/deeraj7/student-migration-analysis
- Owner: Deeraj7
- Created: 2024-06-24T14:23:32.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-24T18:44:34.000Z (7 months ago)
- Last Synced: 2024-06-25T16:29:20.559Z (7 months ago)
- Language: Python
- Homepage:
- Size: 427 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)