๐Ÿ“ฆ lencx / ai-explore

๐Ÿคฏ A code collection for learning and exploration.

โ˜… 16 stars โ‘‚ 1 forks ๐Ÿ‘ 16 watching โš–๏ธ MIT License
๐Ÿ“ฅ Clone https://github.com/lencx/ai-explore.git
HTTPS git clone https://github.com/lencx/ai-explore.git
SSH git clone git@github.com:lencx/ai-explore.git
CLI gh repo clone lencx/ai-explore
lencx lencx add link 4400532 10 months ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“ gemini
๐Ÿ“„ .env.example
๐Ÿ“„ .gitignore
๐Ÿ“„ .python-version
๐Ÿ“„ LICENSE
๐Ÿ“„ pyproject.toml
๐Ÿ“„ README.md
๐Ÿ“„ uv.lock
๐Ÿ“„ README.md

AI Explore

๐Ÿคฏ A code collection for learning and exploration.

Quick start

Prerequisites

Run Repo

Step 1: Clone the repository

git clone https://github.com/lencx/ai-explore.git
cd ai-explore

Step 2: Copy .env.example to .env, and then set your API Key (e.g., GEMINI_API_KEY) in the .env file.

Step 3: Sync and activate a virtual environment

uv sync

# On macOS/Linux
source .venv/bin/activate

# On Windows (PowerShell)
.venv\Scripts\activate

Step 4: Run the script

python gemini/chat.py

# You can also run other scripts like:
# python gemini/img2gif.py

Live Demo