+ + Note: The 10,000 character limit is due to CodeLlama-34b's + context window (16K tokens). This ensures optimal translation quality and prevents timeouts. + For larger files, consider breaking them into smaller modules. +
+Translate code between programming languages
++ Don't have code ready? Upload a PDF containing code and it will be automatically extracted + and placed in the source code box for translation. +
+ +Extracting code from PDF...
++ Drag and drop your PDF here, or{' '} + +
++ Max 10MB • Supports Java, C, C++, Python, Rust, Go +
+{error}
+Extracting code from PDF...
+ > + )} + + {!isUploading && translationStatus === 'translating' && ( + <> +Translating
+ {sourceLanguage} +Translation completed successfully
+ > + )} + + {!isUploading && translationStatus === 'error' && ( + <> +Translation failed
+ > + )} + + {!isUploading && translationStatus === 'idle' && ( + <> +Ready to translate code
+ > + )} ++ Choose your input method and generate concise summaries +
++ {summary} +
++ Your summary will appear here once generated +
+
+ + Transform any text or document into concise, meaningful summaries + powered by advanced AI. Perfect for research, content analysis, and information extraction. +
+ +{feature.description}
+{step.description}
++ Get started in seconds. Process text and document files instantly. +
+ + + +Job ID: {currentJob}
+ )} +No activity yet
+Agent logs will appear here during generation
+{log.message}
+ + {/* Metadata */} + {log.metadata && Object.keys(log.metadata).length > 0 && ( +Enter a GitHub repository URL to generate comprehensive documentation
++ {statusInfo.message} +
+Automatic Documentation Generator
++ {detectedProjects.length} project(s) Found in this repository. Select a project to generate Readme file. +
+{error}
++ {selectedPaths.length} of {detectedProjects.length} selected +
+No projects match your search criteria.
++ Path: {project.path} +
+ ++ Type: {projectTypes} +
+ ++ The following folders were not detected as code projects: +
++ {selectedPaths.length} project{selectedPaths.length !== 1 ? 's' : ''} selected +
+ + +{projectTitle}
+ )} +
+ {children}
+
+ )
+ }
+ }}
+ >
+ {markdownContent}
+
+ {prError}
+ {prError.includes('GITHUB_TOKEN') && ( ++ Make sure GITHUB_TOKEN is configured in your backend environment variables. +
+ )} +