GlitchGhost commited on
Commit
421c215
β€’
1 Parent(s): 843cf6c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -7
README.md CHANGED
@@ -1,12 +1,25 @@
1
- # End-To-End-Gemini-Project
2
-
3
  ---
4
- title: Gemini_Power
5
  emoji: πŸš€
6
- colorFrom: #00FF00
7
- colorTo: #FF0000
8
- sdk: Python
9
- sdkVersion: 3.7.2
10
  app_file: vision.py
11
  pinned: false
12
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: End-To-End-Gemini-Project
3
  emoji: πŸš€
4
+ colorFrom: green
5
+ colorTo: blue
6
+ sdk: streamlit
7
+ sdkVersion: 3.9
8
  app_file: vision.py
9
  pinned: false
10
  ---
11
+
12
+ # End-To-End Gemini Project
13
+
14
+ Welcome to the End-To-End Gemini Project! This project leverages the power of Gemini technology for [Hugging Face](https://huggingface.co/) model deployment.
15
+
16
+ ## Overview
17
+
18
+ This project is built using Python with a focus on machine vision tasks. The main application file is `vision.py`.
19
+
20
+ ## Installation
21
+
22
+ To run the project locally, ensure you have Python version 3.7.2 installed. You can install the required dependencies using:
23
+
24
+ ```bash
25
+ pip install -r requirements.txt