{"id":19173761,"url":"https://github.com/chrisvivasai/translate-app","last_synced_at":"2026-05-15T08:04:11.938Z","repository":{"id":261885688,"uuid":"885614006","full_name":"ChrisVivasAI/translate-app","owner":"ChrisVivasAI","description":"Multilingual Translation App","archived":false,"fork":false,"pushed_at":"2024-11-09T02:38:28.000Z","size":93764,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-31T22:36:04.922Z","etag":null,"topics":["ai","huggingface","nlp","streamlit","translation"],"latest_commit_sha":null,"homepage":"https://translate-app-p7uuvfx3bzgpyykmp3b2b8.streamlit.app/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ChrisVivasAI.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-09T00:07:32.000Z","updated_at":"2024-11-09T02:38:32.000Z","dependencies_parsed_at":"2024-11-09T02:28:34.743Z","dependency_job_id":"5d8f3bda-7baa-4b0d-9040-8010847e9ea3","html_url":"https://github.com/ChrisVivasAI/translate-app","commit_stats":null,"previous_names":["chrisvivasai/translate-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ChrisVivasAI/translate-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChrisVivasAI%2Ftranslate-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChrisVivasAI%2Ftranslate-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChrisVivasAI%2Ftranslate-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChrisVivasAI%2Ftranslate-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ChrisVivasAI","download_url":"https://codeload.github.com/ChrisVivasAI/translate-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChrisVivasAI%2Ftranslate-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279005553,"owners_count":26083918,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","huggingface","nlp","streamlit","translation"],"created_at":"2024-11-09T10:14:43.103Z","updated_at":"2025-10-10T23:20:52.239Z","avatar_url":"https://github.com/ChrisVivasAI.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🌍 Multilingual Translation App\n\nWelcome to the **Multilingual Translation App**! This application leverages Hugging Face's Inference API to provide seamless translation between multiple languages through a user-friendly Streamlit interface.\n\n## 🚀 Features\n\n- 🔄 **Dynamic Language Selection**: Choose source and target languages from a diverse set of options.\n- ⚡ **Real-Time Translation**: Instantaneous translation results powered by Hugging Face's state-of-the-art models.\n- 🖥️ **User-Friendly Interface**: Intuitive design for effortless navigation and interaction.\n\n## 🖼️ Preview\n\n### Main Interface\n![Main Interface](images/Main.png)\n\n*The main interface of the Multilingual Translation App where users can enter text and select translation options.*\n\n### Language Selection Screen\n![Language Selection Screen](images/language-select.png)\n\n*Screen where users choose source and target languages for translation.*\n\n## 🛠️ Setup and Deployment\n\nFollow these steps to set up and deploy the application:\n\n### 1. Clone the Repository\n\n```bash\ngit clone https://github.com/ChrisVivasAI/translate-app\ncd translation_app\n```\n\n### 2. Install Dependencies\n\nEnsure you have Python 3.7 or higher installed. Then, install the required packages:\n\n```bash\npip install -r requirements.txt\n```\n\n### 3. Obtain a Hugging Face API Token\n\n1. Sign up or log in to your Hugging Face account.\n2. Navigate to your API tokens page.\n3. Create a new token with the necessary permissions.\n\n### 4. Set Up Environment Variables\n\nCreate a `.env` file in the project root directory and add your Hugging Face API token:\n\n```env\nHUGGINGFACE_API_TOKEN=your_huggingface_api_token_here\n```\n\n*Note: Ensure the `.env` file is included in your `.gitignore` to prevent exposing sensitive information.*\n\n### 5. Run the Application Locally\n\nStart the Streamlit app:\n\n```bash\nstreamlit run app.py\n```\n\nAccess the app in your browser at [http://localhost:8501](http://localhost:8501).\n\n### 6. Deploying to Streamlit Community Cloud\n\nTo deploy the app online:\n\n1. Push your project to a GitHub repository.\n2. Visit [Streamlit Community Cloud](https://streamlit.io/cloud).\n3. Sign in with your GitHub account and select the repository.\n4. Set the `HUGGINGFACE_API_TOKEN` in the app's Secrets section on Streamlit Community Cloud.\n5. Deploy the app and share the generated link.\n\n## 🤝 Contributing\n\nContributions are welcome! Feel free to fork the repository, make enhancements, and submit a pull request.\n\n## 📄 License\n\nThis project is licensed under the MIT License. See the LICENSE file for details.\n\n## 🙏 Acknowledgements\n\n- Hugging Face for providing the Inference API and pre-trained models.\n- Streamlit for the interactive web application framework.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrisvivasai%2Ftranslate-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchrisvivasai%2Ftranslate-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrisvivasai%2Ftranslate-app/lists"}