Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guptatanishq/college-entry-system-data-simulation
College Entry System
https://github.com/guptatanishq/college-entry-system-data-simulation
python simpy
Last synced: about 1 month ago
JSON representation
College Entry System
- Host: GitHub
- URL: https://github.com/guptatanishq/college-entry-system-data-simulation
- Owner: guptatanishq
- Created: 2024-06-30T16:59:53.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-30T17:06:09.000Z (6 months ago)
- Last Synced: 2024-07-03T10:59:32.971Z (6 months ago)
- Topics: python, simpy
- Language: Jupyter Notebook
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# College-Entry-System-Data-Simulation
This project simulates a college entry system using SimPy, a process-based discrete-event simulation framework based on Python. The simulation includes various entities such as applicants, interviewers, and administrative staff, and it models their interactions and processes during the college admission cycle.# Features
Simulation of college admission processes
Handling of multiple applicants
Modeling of interviews and administrative tasks
Data generation for simulation
# Technologies Used
Python
SimPy