Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 830 Bytes

Readme.md

File metadata and controls

38 lines (24 loc) · 830 Bytes

PortMaster

This is a Python project that uses the Google Generative AI to generate Dockerfiles based on a given tech stack.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

You need to have Python installed on your machine. You also need the following Python packages:

  • dotenv
  • google-generativeai

You can install them using pip:

pip install python-dotenv google-generativeai

Installing

  1. Clone the repository
  2. Install the prerequisites
  3. Create a .env file with your Google API key (Gemini):
echo GOOGLE_API_KEY=your_api_key > .env

Running the script

You can run the script using Python:

python main.py