{"id":21352647,"url":"https://github.com/arya-io/lingolens","last_synced_at":"2025-03-16T04:43:48.756Z","repository":{"id":263867346,"uuid":"891638580","full_name":"arya-io/LingoLens","owner":"arya-io","description":"A Streamlit app for language translation and sentiment analysis powered by GoogleTranslator and TextBlob.","archived":false,"fork":false,"pushed_at":"2024-11-23T17:57:02.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-22T17:24:49.777Z","etag":null,"topics":["ai","datascience","deeptranslator","machinelearning","nlp","pythonproject","sentimentanalysis","textblob","textprocessing","webapp"],"latest_commit_sha":null,"homepage":"https://lingolen.streamlit.app/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arya-io.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-20T17:28:01.000Z","updated_at":"2024-11-23T17:57:05.000Z","dependencies_parsed_at":"2024-11-20T18:33:29.211Z","dependency_job_id":null,"html_url":"https://github.com/arya-io/LingoLens","commit_stats":null,"previous_names":["arya-io/lingolens"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arya-io%2FLingoLens","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arya-io%2FLingoLens/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arya-io%2FLingoLens/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arya-io%2FLingoLens/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arya-io","download_url":"https://codeload.github.com/arya-io/LingoLens/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243826778,"owners_count":20354220,"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","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","datascience","deeptranslator","machinelearning","nlp","pythonproject","sentimentanalysis","textblob","textprocessing","webapp"],"created_at":"2024-11-22T03:14:30.781Z","updated_at":"2025-03-16T04:43:48.736Z","avatar_url":"https://github.com/arya-io.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LingoLens: Translator \u0026 Sentiment Analysis\n\n**LingoLens** is a Streamlit-based web application that provides two powerful language tools:\n1. **Language Translation**: Translate text between a wide range of languages using the `deep-translator` library.\n2. **Sentiment Analysis**: Analyze the sentiment (positive, neutral, or negative) of a given text using `TextBlob`.\n\n---\n\n## Features\n\n- **Language Translation**:  \n  Translate text in real-time into over 100+ languages with the help of `GoogleTranslator`.\n  \n- **Sentiment Analysis**:  \n  Determine the sentiment polarity of a given text (positive, neutral, or negative).\n\n- **User-Friendly Interface**:  \n  Built with `Streamlit`, the app is clean, intuitive, and easy to use.\n\n---\n\n## 🛠️ Technologies Used\n\n- **Python**\n- **Streamlit**: For building the user interface.\n- **TextBlob**: For sentiment analysis.\n- **Deep-Translator**: For multi-language translation.\n\n---\n\n## 🚀 Getting Started\n\n### Prerequisites\nMake sure you have Python 3.7 or higher installed on your machine.\n\n### Installation\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/arya-io/LingoLens.git\n   cd LingoLens\n2. Install the required libraries:\n   ```bash\n   pip install -r requirements.txt\n3. Run the app:\n   ```bash\n   streamlit run app.py\n4. Open the app in your browser at http://localhost:8501.\n\n## 📁 File Structure\n   ```bash\n   LingoLens/\n   │\n   ├── app.py                  # Main Streamlit app file\n   ├── language_options.py     # Language codes and their mappings\n   ├── requirements.txt        # List of required libraries\n   └── README.md               # Project documentation\n   ```\n\n## 📚 Supported Languages\n- Includes over 100+ languages for translation. See the full list in `language_options.py`.\n\n## 🎯 Future Enhancements\n- Add more NLP features, such as text summarization.\n- Enhance translation functionality with support for additional APIs.\n- Integrate a database for logging translations and sentiment results.\n\n## 🤝 Contributing\nContributions are welcome! If you'd like to contribute:\n\n1. Fork this repository.\n2. Create a new branch:\n   ```bash\n   git checkout -b feature-name\n3. Make your changes and commit:\n   ```bash\n   git commit -m \"Add feature-name\"\n4. Push your branch:\n   ```bash\n   git push origin feature-name\n5. Create a pull request.\n\n## 📄 License\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n## 🙌 Acknowledgments\n- Streamlit: For providing an easy-to-use framework for building web apps.\n- TextBlob: For sentiment analysis tools.\n- Deep-Translator: For multilingual translation capabilities.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farya-io%2Flingolens","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farya-io%2Flingolens","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farya-io%2Flingolens/lists"}