Welcome to my project submission for the Google AI Hackathon! 👋
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.
- 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.
Ensure you have Python 3.8 or higher installed on your system and an API Key from Google AI Studio.
pip install -r requirements.txt
Modify the .env file in the root directory of the cloned repository and replace YOUR_API_KEY with a valid API Key.
Start exploring Gemabry by running:
python app.py
After starting the application, you can log in using the following test account to start exploring:
- Username:
test@test.com - Password:
123
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-progemini-pro-visiongemini-1.5-pro-latest
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. 😊
