Skip to content

A Golang-based solution designed to leverage OpenAI for converting unstructured data about laptops into structured data.

Notifications You must be signed in to change notification settings

MohaZamani/Convert-Unstructured-to-Structured-Data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Convert Unstructured Data of Laptops to Structured Data

This project is a Golang-based solution designed to leverage OpenAI for converting unstructured data about laptops into structured data. Below are the instructions to build and run the project using Docker.

Prerequisites

  • Docker: Ensure Docker is installed on your machine.
  • Terminal: A command line interface to execute Docker commands.

Steps to Build and Run the Project in Docker

  1. Clone or Download the Repository:
    Download the project files and navigate to the root directory of the project.
    git clone https://github.com/MohaZamani/Convert-Unstructured-to-Structured-Data
  2. Build the Docker Image:
    In the project root directory, run the following command to build the Docker image:
    docker build -t convert-u-t-s-data .
  3. Run the Docker Container:
    docker run -p 8080:8080 convert-u-t-s-data
  4. Access the Application:

Once the container is running, you can connect to the application at https://localhost:8080.

API Documentation

For detailed API documentation, including request/response examples and additional information, please visit the following link:

Postman API Documentation

About

A Golang-based solution designed to leverage OpenAI for converting unstructured data about laptops into structured data.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages