Vertex Summarizer is a text summarization tool that utilizes Google Cloud's Vertex AI API and Cloud Functions. This application is developed with SvelteKit and deployed using Cloud Run.
Curious about Google Cloud services? Join Code Vipassana for real-time implementations and practical use cases.
Know More
The live application is can be tested out in this URL : App Link
Dont spam
To run this project, you will need to add the following environment variables to your Dockerfile.
PUBLIC_FUNCTION_URL
- Google Cloud Function URL.
Clone the project
git clone https://github.com/bhaaratkrishnan/vertex-summarizer-svelte.git
Go to the project directory
cd vertex-summarizer-svelte
Install dependencies
npm install
Start the server
npm run dev
Here are some related projects