================
A Next.js application built with Groq, leveraging Supabase as a backend.
- A machine learning model powered by Groq
- API integration with Supabase for data storage and management
- API integration with supabase for SSO
To run GhostAI on your local machine or self-hosted environment, follow these steps:
- Set environment variables:
NEXT_PUBLIC_SUPABASE_KEY
: Your Supabase project keyNEXT_PUBLIC_SUPABASE_URL
: Your Supabase project URLGROQ_API_KEY
: Your Groq API key
- Install dependencies:
pnpm i
- Start the development server:
pnpm dev
- Or You Can Build and start the application:
pnpm build
followed bypnpm start
The following environment variables are required for GhostAI to function:
NEXT_PUBLIC_SUPABASE_KEY
NEXT_PUBLIC_SUPABASE_URL
GROQ_API_KEY
Contributions are welcome! Please create a detailed PR With the description of your changes :)
GhostAI is licensed under the MIT License.
GhostAI utilizes the following dependencies: