4 Downloads
No models have been pushed.
Sure, here’s a readme for the mskimomadto/gph-imahe
project:
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.
To get started with GPH-IMAHE, follow these steps:
Clone the repository:
git clone https://github.com/mskimomadto/gph-imahe.git
cd gph-imahe
Create and activate a virtual environment:
python -m venv venv
source venv/bin/activate # On Windows, use `venv\Scripts\activate`
Install dependencies:
pip install -r requirements.txt
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
To run GPH-IMAHE, follow these steps:
Start the application:
python app.py
Open your browser and go to:
http://localhost:5000
Use the interface to generate floor plans and 3D models:
We welcome contributions from the community! To contribute to GPH-IMAHE, please follow these steps:
git checkout -b feature/your-feature-name
git commit -m "Add your commit message"
git push origin feature/your-feature-name
This project is licensed under the MIT License. See the LICENSE file for details.
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!