Skip to content

CyberZenDev/GhostAI

Repository files navigation

GhostAI

================

A Next.js application built with Groq, leveraging Supabase as a backend.

Features


  • A machine learning model powered by Groq
  • API integration with Supabase for data storage and management
  • API integration with supabase for SSO

Getting Started


Self-Hosting

To run GhostAI on your local machine or self-hosted environment, follow these steps:

  1. Set environment variables:
    • NEXT_PUBLIC_SUPABASE_KEY: Your Supabase project key
    • NEXT_PUBLIC_SUPABASE_URL: Your Supabase project URL
    • GROQ_API_KEY: Your Groq API key
  2. Install dependencies: pnpm i
  3. Start the development server: pnpm dev
  4. Or You Can Build and start the application: pnpm build followed by pnpm start

Environment Variables

The following environment variables are required for GhostAI to function:

  • NEXT_PUBLIC_SUPABASE_KEY
  • NEXT_PUBLIC_SUPABASE_URL
  • GROQ_API_KEY

Contributing


Contributions are welcome! Please create a detailed PR With the description of your changes :)

License


GhostAI is licensed under the MIT License.

Acknowledgments


GhostAI utilizes the following dependencies:

Contact