Skip to content

Art 프로젝트 핵심 로직 처리를 위한 repo입니다.

Notifications You must be signed in to change notification settings

FLYAI4/ArtCore-Go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ArtCore-Go

  • ArtCore-Go is a Go server that handles the core logic of the Art vision xperience project.
  • It utilizes openai, stabilityai, and opencv libraries for content generation and refinement.
  • It communicates with the API server through gRPC.

Getting Started

To run the service, follow the instructions below:

  1. Clone the repository:
git clone https://github.com/robert-min/ArtCore-Go.git
  1. Navigate to the project directory:
cd ArtCore-Go
  1. Run the server:
go run main.go

Docs


Contributing

Contributions are welcome! If you would like to contribute to ArtCore-Go, please follow these steps:

  1. Fork the repository.

  2. Create a new branch:

git checkout -b my-feature
  1. Make your changes and commit them:
git commit -m "Add my feature"
  1. Push to your forked repository:
git push origin my-feature
  1. Open a pull request.

About

Art 프로젝트 핵심 로직 처리를 위한 repo입니다.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages