Skip to content

Generate instant forms using text prompts and opena ai structured outputs powered by FastHTML

Notifications You must be signed in to change notification settings

pashanitw/ai-forms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Forms

Instant AI-Powered Form Creation in Seconds Watch the video

Setup Instructions

  1. Install Required Packages

    To install the necessary packages, run the following command:

    pip install -r requirements.txt
  2. 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
    
  3. Run the Application

    To start the web application, simply run:

    python main.py

    The web app will be accessible at http://localhost:5001.

Additional Information

  • Make sure you have Python installed and properly configured in your system.
  • The application is set to run on port 5001 by default.

About

Generate instant forms using text prompts and opena ai structured outputs powered by FastHTML

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages