Skip to content

priya-kholiya/AI-Powered-Memory-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HEAD

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

React Compiler

The React Compiler is not enabled on this template because of its impact on dev & build performances. To add it, see this documentation.

Expanding the ESLint configuration

If you are developing a production application, we recommend using TypeScript with type-aware lint rules enabled. Check out the TS template for information on how to integrate TypeScript and typescript-eslint in your project.

  • AI-Powered-Memory-Manager An Operating Systems project to reduce page faults using Predictive AI-based Page Replacement.

  • Project Overview This project is an Operating Systems(OS) simulation that demonstrates how AI-powered page replacement can reduce page faults in memory management.

Traditional algorithms like FIFO and LRU have limitations. Our approach integrates an AI Predictor to make smarter page replacement decisions.

  • Objectives
  • Implement a Memory Simulator for page requests.
  • Compare FIFO, LRU, and AI-based predictive replacement.
  • Measure page fault rate, execution time, and memory utilization.
  • Show how AI can reduce page faults in real systems. 4196aa49559cf8702747b2e9b9bcdc5f0489fc44

About

An Operating Systems project to reduce page faults using Predictive AI-based Page Replacement.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors