3D Model Generator with UI
This project contains Python code that generates 3D models based on user input prompts. It includes a simple user interface (UI) to interact with the code.
Authors
- C L Narayanan
- Dheer Chouhan
- Manish Desireddi
Features
- 3D Model Generation: The code can generate 3D models based on a textual prompt.
- User Interface: The project also includes a UI for easy interaction with the model generation functionality.
Requirements
Before running the code, please ensure you have the following:
- Python 3.x
- A virtual environment (venv) for managing dependencies.
Setup Instructions
-
Create a Folder for the Project Create a folder where you'll store the code files.
-
Save the Python Script Place the provided
.pyfile into the folder you just created. -
Set the Directory in the Code In the
.pyfile, locate the section of the code where the directory path is specified. Replace the placeholder with the full path of the folder where the script is stored. -
Create a Virtual Environment (venv) In your terminal or command prompt, navigate to the project folder and create a virtual environment:
bash python -m venv venv
- Install Dependencies
Activate the virtual environment:
-
On Windows: bash venv\Scripts\activate
-
On macOS/Linux: bash source venv/bin/activate
Install the required dependencies using pip
- Run the Code
Once all dependencies are installed, run the Python script from within the virtual environment:
bash python your_script_name.py
- Interact with the UI
Follow the on-screen instructions in the UI to generate 3D models based on your prompts.
License
Include any licensing information here, if applicable Feel free to modify the instructions to better match your specific project or folder structure!