Skip to content

🤯 A code collection for learning and exploration.

License

Notifications You must be signed in to change notification settings

lencx/ai-explore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

🤯 A code collection for learning and exploration.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages