Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 742 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 742 Bytes

Gnose

Gnose is a platform for creating, sharing, and discovering inspiring quotes. The system integrates AI for moderating and categorizing quotes based on language and content, ensuring the submission of quality, appropriately tagged content.

Backend

  • Repository: gnose-api
  • Tech Stack: Java, Spring Boot, PostgreSQL, OpenAI
  • Features:
    • Self-hosted API.
    • Quote moderation using OpenAI for language detection and categorization.
    • Uses GitHub Actions for continuous deployment to a VPS.

Frontend

  • Repository: gnose-web
  • Tech Stack: Next.js, React
  • Provides a user-friendly interface to submit, view, and share quotes.