Gemini LLM Application is an open-source project that leverages state-of-the-art language models for text generation and image description. This project utilizes the Gemini API key to enable powerful natural language processing capabilities. Whether you're interested in creative text generation or generating descriptive captions for images, Gemini has you covered.
To see training of different neural network architectures click below
Automatic Text Generation: https://github.com/CODING-Enthusiast9857/Automatic_Text_Generation
-
Text Generation: Generate human-like text for various applications, including creative writing, code completion, and more.
-
Image Description: Leverage Gemini's language model to automatically generate descriptive captions for images.
- Python 3.6+
- Gemini API Key (Get yours here)
-
Clone the repository:
git clone https://github.com/CODING-Enthusiast9857/Gemini_LLM_Application.git cd Gemini_LLM_Application
-
Set your Gemini API Key:
Store
<your_gemini_api_key>
in variable name GOOGLE_API_KEY and save it in.env
file with your actual Gemini API key.
-
Run the text generation script:
streamlit run app.py
-
Run the image description script:
streamlit run vision.py
Contributions are welcome!
This project is licensed under the MIT License.
- Thanks to OpenAI for providing the Gemini API.