The following is a Streamlit app to generate Model Cards. It aims to provide a simple interface to build a new model card from scratch. The app is based on the Huggingface Model Card Writing Tool but is meant to work on your servers.
To run this app, you will need:
-
Clone the repository:
git clone https://github.com/eroma934/model-card-generator
-
Navigate to the cloned repository:
cd model-card-generator
-
Build the Docker image
docker build -t model-card-generator .
-
Run the Docker container:
docker run -p 8501:8501 model-card-generator
-
Navigate to http://localhost:8501 in your web browser to access the app.
- Complete the necessary information about your model in the application:
- Model Details
- Uses
- Limits & Risks
- Model Training
- Model Evaluation
- Technical Specifications
- How to Get Started
- Citations (Optional)
- Glossary (Optional)
- More Information (Optional)
- Click on the "Download Model Card" tab to download the completed model card
- The file will be generated in Markdown format using Jinja.