Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cursedprograms/unity-gemini-template
Google Gemini - Unity Integration
https://github.com/cursedprograms/unity-gemini-template
flask gemini python unity
Last synced: 5 days ago
JSON representation
Google Gemini - Unity Integration
- Host: GitHub
- URL: https://github.com/cursedprograms/unity-gemini-template
- Owner: CursedPrograms
- License: mit
- Created: 2024-08-21T07:56:05.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-09T00:03:18.000Z (about 1 month ago)
- Last Synced: 2024-10-11T09:42:20.358Z (28 days ago)
- Topics: flask, gemini, python, unity
- Language: Markdown
- Homepage: https://cursedprograms.github.io/Unity-Gemini-Template/
- Size: 5.86 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unity-Gemini
# Synthia Setup Guide
## Step 1: Clone Synthia
Clone the Synthia repository by running the following commands in your terminal:
```bash
git remote add synthia https://github.com/SynthWomb/Synthia-Unity.git
git fetch synthia
git checkout main
git merge synthia/main --allow-unrelated-histories
git commit -m "Merged from Synthia-Unity repository"
```
or run synthia.bat (Ensure you have Git installed on your machine.)## Step 2: Install Python/Python Package
```bash
pip install -q -U google-generativeai
```
## 3: Set Up API Key
```bash
export API_KEY=
```
SynthWomb / Cursed Entertainment 2024