Skip to content

ryhara/Azure_OpenAI_Service_Hackathon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Penguins Team Project

このリポジトリはAzure OpenAI Service 大学生向けハッカソン予選のためのリポジトリです。

This repository is for the qualifying round of the "Azure OpenAI Service for University Student Hackathon".

Overview

Development Environment

  • M1 MacBook Air / macOS Sonoma 14.2.1
  • Docker version 24.0.6, build ed223bc
  • Python 3.9.6
  • pip list
Package            Version
------------------ -------

Usage

  1. At project root

    • Dockerを起動します
    • Start Docker(Docker Desktop)
  2. make env

    • cp .env.example .env
$ make env
  1. .env setting

    • .envファイルにOPENAI_API_KEY, OPENAI_ENDPOINT, とSECRET_KEYを設定する。
    • Set OPENAI_API_KEY, OPENAI_ENDPOINT, and SECRET_KEY in the .env file.
  2. make all

    • docker compose -f ./docker-compose.yml build --no-cache
    • mkdir -p ./flask_app/static/uploads
    • docker compose -f ./docker-compose.yml up -d
$ make all
  1. access to

Reference

About

Azure OpenAI Service Hackathon (Penguins Team)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published