Skip to content

Hot-Forms is a tool for quickly creating dynamic forms and pages. With a drag-and-drop interface, customizable fields, and built-in validation, you can build responsive, scalable forms for any project, big or small.

Notifications You must be signed in to change notification settings

Bhaskar1008/Hot-Forms

Repository files navigation

DOT - A GenAI Project

DOT is a GenAI project that leverages FastAPI to provide robust and efficient artificial intelligence capabilities. This README document provides a comprehensive guide on how to set up, run, and contribute to the DOT project.

Table of Contents

  1. Introduction
  2. Features
  3. Installation
  4. Usage
  5. API Endpoints
  6. Contributing
  7. License

Introduction

DOT is a sophisticated AI project designed to deliver high-performance AI solutions using FastAPI, a modern, fast ( high-performance), web framework for building APIs with Python 3.12+ based on standard Python type hints.

Features

  • High performance thanks to FastAPI
  • Easy to set up and run
  • Scalable and extendable
  • Comprehensive API endpoints for various AI functionalities

Installation

Prerequisites

  • Python 3.12+
  • pip (Python package installer)
  • git (for cloning the repository)
  • poetry (for managing venv)
  • Docker (for container)

Steps

  1. Clone the repository:

    git clone https://github.com/iorta-technology/core-dot-server.git
    cd core-dot-server
  2. Create a virtual environment:

    poetry shell
  3. Install the required dependencies:

    poetry install
    pip install -r requirements.txt 
  4. Run the application:

    uvicorn app.main:app --reload

Usage

Running the Server

To run the server, navigate to the root directory of the project and execute:

uvicorn app.main:app --reload

About

Hot-Forms is a tool for quickly creating dynamic forms and pages. With a drag-and-drop interface, customizable fields, and built-in validation, you can build responsive, scalable forms for any project, big or small.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published