This project consists of two Streamlit applications that leverage the capabilities of the Gemini AI model provided by Google's GenerativeAI. The Gemini model is a powerful text and image generation model that can be used for various creative and informative purposes.
- Clone the repository:
git clone https://github.com/Devparihar5/Gemini-NexusCraft.git
cd Gemini-NexusCraft
- Install the required dependencies:
pip install -r requirements.txt
To run the Streamlit app for text generation, execute the following command:
streamlit run Gemini.py
In both apps, you need to enter your API key to authenticate with the Gemini model. The API key can be entered through the Streamlit sidebar. Make sure to enter a valid API key to access the model.
Additionally, you can configure various model parameters such as temperature, top_p, top_k, and max_output_tokens to control the generation process.
Contributions to this project are welcome. If you have any ideas, improvements, or bug fixes, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License. Feel free to use and modify the code for your own purposes.