{ "metadata": { "general.architecture": "llama", "general.file_type": 2, "general.name": "Meta-Llama-3-8B-Instruct", "general.quantization_version": 2, "llama.attention.head_count": 32, "llama.attention.

Updated 3 months ago

No models have been pushed.

Readme

Sure, here’s a readme for the mskimomadto/gph-imahe project:


GPH-IMAHE

GPH-IMAHE is an innovative project designed to automate the creation of detailed floor plans and 3D models. This tool leverages the power of Autodesk Words API with Python for seamless script creation and provides a user-friendly front-end interface inspired by RenderCorp.ai.

Table of Contents

Installation

To get started with GPH-IMAHE, follow these steps:

  1. Clone the repository:

    git clone https://github.com/mskimomadto/gph-imahe.git
    cd gph-imahe
    
  2. Create and activate a virtual environment:

    python -m venv venv
    source venv/bin/activate  # On Windows, use `venv\Scripts\activate`
    
  3. Install dependencies:

    pip install -r requirements.txt
    
  4. Set up the environment variables:
    Create a .env file in the root directory and add your Autodesk API key:

    AUTODESK_API_KEY=your_api_key_here
    

Usage

To run GPH-IMAHE, follow these steps:

  1. Start the application:

    python app.py
    
  2. Open your browser and go to:

    http://localhost:5000
    
  3. Use the interface to generate floor plans and 3D models:

    • Upload your design images.
    • Configure the settings as needed.
    • Click “Generate” to create your floor plans and 3D models.

Features

  • Automated Floor Plan Creation: Generate accurate and detailed floor plans from design images.
  • 3D Model Rendering: Create 3D models with precise dimensions and design elements.
  • User-Friendly Interface: Simple and intuitive front-end for easy navigation and use.
  • Integration with Autodesk Words API: Leverage powerful API for script creation and automation.

Contributing

We welcome contributions from the community! To contribute to GPH-IMAHE, please follow these steps:

  1. Fork the repository.
  2. Create a new branch:
    
    git checkout -b feature/your-feature-name
    

  3. Make your changes and commit them:
    
    git commit -m "Add your commit message"
    

  4. Push to the branch:
    
    git push origin feature/your-feature-name
    

  5. Open a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

For any inquiries or support, please contact Emil Alvaro at emil@aitek.cloud.


Feel free to reach out if you have any questions or need further assistance. Happy coding!