Instant AI-Powered Form Creation in Seconds
-
Install Required Packages
To install the necessary packages, run the following command:
pip install -r requirements.txt
-
Set Up Environment Variables
Ensure you add your
OPENAI_API_KEY
to the.env
file. Create a.env
file in the root directory of your project and add the following line:OPENAI_API_KEY=your_openai_api_key_here
-
Run the Application
To start the web application, simply run:
python main.py
The web app will be accessible at
http://localhost:5001
.
- Make sure you have Python installed and properly configured in your system.
- The application is set to run on port
5001
by default.