Skip to content
This repository was archived by the owner on Sep 7, 2024. It is now read-only.

junxianyong/Gemabry

Repository files navigation

Gemabry (Google AI Hackathon)

Welcome to my project submission for the Google AI Hackathon! 👋

image

Gemabry is a collaborative platform prototype aimed at enabling users to engage dynamically with AI. Users can submit and share AI prompts, explore a curated collection, and learn to craft effective prompts to unlock AI's potential.

Key Features

  • Submit and Share AI Prompts: Contribute to a growing database of diverse prompts.
  • Play and Experiment: Test different AI models from a collection of community-curated prompt.
  • Learn and Grow: Enhance your understanding of AI capabilities and prompt crafting.

Getting Started

Prerequisites

Ensure you have Python 3.8 or higher installed on your system and an API Key from Google AI Studio.

Install Requirements

pip install -r requirements.txt

API Key Configuration

Modify the .env file in the root directory of the cloned repository and replace YOUR_API_KEY with a valid API Key.

Running the Application

Start exploring Gemabry by running: python app.py

Usage

After starting the application, you can log in using the following test account to start exploring:

  • Username: test@test.com
  • Password: 123

Checking of Available Models

You can use check_available_models.py to check the models available under the API Key that you have created. Gemabry has the implementation for the following models:

  • gemini-pro
  • gemini-pro-vision
  • gemini-1.5-pro-latest

Disclaimer

This software is a prototype developed for the Google AI Hackathon and is not intended for production use. It is recommended for local testing and development only. The platform has not been extensively tested for security vulnerabilities and should be used accordingly. 😊

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors