--- title: End-To-End-Gemini-Project emoji: 🚀 colorFrom: green colorTo: blue sdk: streamlit sdkVersion: 3.9 app_file: vision.py pinned: false --- # End-To-End Gemini Project Welcome to the End-To-End Gemini Project! This project leverages the power of Gemini technology for [Hugging Face](https://huggingface.co/) model deployment. ## Overview This project is built using Python with a focus on machine vision tasks. The main application file is `vision.py`. ## Installation To run the project locally, ensure you have Python version 3.7.2 installed. You can install the required dependencies using: ```bash pip install -r requirements.txt