| --- |
| title: Repo2TXT |
| emoji: ๐ |
| colorFrom: indigo |
| colorTo: purple |
| sdk: docker |
| pinned: false |
| --- |
| |
| # Repo2TXT | GitHub to Text Converter |
|
|
| Convert any GitHub repository into a single high-quality text file for easy analysis and documentation. |
|
|
| ## Features |
| - **Premium UI**: Modern dark mode with glassmorphism. |
| - **Fast Conversion**: Clones and merges repository files efficiently. |
| - **Smart Cleanup**: Automatically deletes temporary files after processing. |
| - **Dockerized**: Ready for deployment on Hugging Face Spaces. |
|
|
| ## Development |
| To run locally: |
| 1. `pip install -r requirements.txt` |
| 2. `uvicorn main:app --reload` |
|
|
| Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference |
|
|