This is a web application designed for the compression of AI models, allowing users to upload AI models, select compression techniques, evaluate using different metrics, and download the compressed model.
Before you begin, ensure you have met the following requirements:
- Python 3.8 or higher
- pip (Python package installer)
- Virtualenv (optional but recommended for package management)
Follow these steps to get your development env running:
git clone https://github.com/lakazistaa/compression_project.git
cd compression_projectpython3 -m venv venv
source venv/bin/activatepython -m venv venv
.\venv\Scripts\activatepip install -r requirements.txtpython manage.py migratepython manage.py createsuperuserpython manage.py runserverpython manage.py runserverVisit http://localhost:8000 in your web browser to see the application running.
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
Distributed under the MIT License. See LICENSE for more information.
Project Link: https://github.com/lakazistaa/compression_project.git