I LLM banner
elder-plinius elder-plinius

I LLM

AI community

Description

An interactive AI system that combines multiple AI capabilities including:

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

I-LLM: Interactive Language Model Project

An interactive AI system that combines multiple AI capabilities including:

  • Movie concept generation
  • Style guide creation
  • Narrative outline development
  • Screenplay drafting
  • Voice matching and dialogue generation

Setup

  1. Clone the repository
  2. Install dependencies: pip install -r requirements.txt
  3. Set up environment variables in .env:
    • OPENAI_API_KEY
    • ELEVENLABS_API_KEY

Running the Application

streamlit run app.py

Features

  • Integrates OpenAI and Google Gemini for text generation
  • Uses ElevenLabs for voice synthesis
  • Streamlit-based interactive UI