Personal

TypeGPT

TypeGPT
 
OpenAI의 GPT-3.5 TurboModel API를 사용한 개인 프로젝트입니다.
15자 이내의 키워드를 입력하면 GPT-3.5가 4-10 문장의 짧은 시를 작성합니다.
작성된 시를 따라 타이핑 연습을 하고 타이핑 속도를 측정할 수 있습니다.
입력한 키워드에 따라 AI가 만든 색상과 이모지가 함께 표시됩니다.
next-i18next를 사용하여 27개 언어를 지원합니다.
(ar,bn,cs,da,de,el,en,es,fi,fr,hi,hu,id,it,ja,ko,nl,no.pl,pt,ru,sv,th,tr,uk,vi,zh)
This is a personal project using OpenAI's GPT-3.5 TurboModel API.
Enter a keyword within 15 characters and GPT-3.5 will write a short poem of 4-10 sentences,
You can follow the poem to practice typing and measure your speed.
You'll see colors and emojis created by the AI to match your keywords.
27 languages are supported using next-i18next
(ar,bn,cs,da,de,el,en,es,fi,fr,hi,hu,id,it,ja,ko,nl,no.pl,pt,ru,sv,th,tr,uk,vi,zh)
 
FEATURE
  • 모바일 타이핑 속도 역시 측정할 수 있도록 반응형으로 개발
  • 오타를 AI가 설정한 테마 색상으로 표시
  • 디바운싱으로 입력 UI 노출
  • 15자를 초과하는 키워드 입력 시 애니메이션
  • 진행 상황에 따른 노출 이모지 수 증가
  • 사용자 행동 추적을 위해 Amplitude 사용
 
  • Develop responsively to measure mobile typing speeds
  • Mark typos with color
  • Exposing the enter input UI with debouncing
  • Animated keyword entry over 15 characters
  • Progress indicator and emoji based on progress
  • Integration with Amplitude to track user behavior
 
STACKS
  • GlassMorphism UI
  • Generate 4-10 sentence poems and emojis using OpenAI's GPT-3.5 Turbo model
  • Next.js 13
  • Amplitude