This prototype project demonstrates an AI-powered writing assistant that generates content from YouTube video transcriptions. It serves as a proof of concept for an agentic writing system utilizing multiple AI agents to manage different aspects of the writing process.
To set up this prototype locally, follow these steps:
-
Clone the repository:
git clone https://github.com/pukpuklouis/agentic-writer-prototype.git
-
Navigate to the project directory:
cd agentic-writer-prototype
-
Install dependencies:
pip install -r requirements.txt
To run the prototype:
-
Start the application:
uvicorn main:app --reload
-
Open your web browser and navigate to http://localhost:8000.
- YouTube video transcription processing
- AI-driven content drafting
- Basic review and scoring system
- Simple user interface for content viewing and minimal editing
This is a prototype project and is not currently open for contributions. However, feedback and suggestions are welcome.
This project is licensed under the MIT License. See the LICENSE file for details.