{"id":22282835,"url":"https://github.com/ahammadnafiz/convertirseai","last_synced_at":"2025-04-12T00:02:40.059Z","repository":{"id":246074145,"uuid":"820026050","full_name":"UIU-Developers-Hub/ConvertirseAI","owner":"UIU-Developers-Hub","description":"ConvertirseAI is an advanced code conversion platform powered by LLaMA3 70b, Langchain, and Groq API","archived":false,"fork":false,"pushed_at":"2024-06-26T02:22:00.000Z","size":20,"stargazers_count":2,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-25T19:51:30.825Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://convertirseai.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/UIU-Developers-Hub.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-06-25T16:42:44.000Z","updated_at":"2024-12-28T04:54:43.000Z","dependencies_parsed_at":"2024-12-03T16:36:39.746Z","dependency_job_id":"f9aab449-3917-4af4-afab-693cd8832319","html_url":"https://github.com/UIU-Developers-Hub/ConvertirseAI","commit_stats":null,"previous_names":["ahammadnafiz/convertirseai"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UIU-Developers-Hub%2FConvertirseAI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UIU-Developers-Hub%2FConvertirseAI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UIU-Developers-Hub%2FConvertirseAI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UIU-Developers-Hub%2FConvertirseAI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/UIU-Developers-Hub","download_url":"https://codeload.github.com/UIU-Developers-Hub/ConvertirseAI/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248497802,"owners_count":21113984,"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":[],"created_at":"2024-12-03T16:36:35.426Z","updated_at":"2025-04-12T00:02:40.026Z","avatar_url":"https://github.com/UIU-Developers-Hub.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ConvertirseAI: Advanced Code Conversion Platform\r\n\r\nConvertirseAI is an advanced code conversion platform powered by LLaMA3 70b, Langchain, and Groq API. It leverages state-of-the-art AI to transform code between various programming languages while maintaining code structure and functionality.\r\n\r\n## Features\r\n\r\n- **Code Conversion**: Convert code snippets from one programming language to another using advanced AI models.\r\n- **Syntax Preservation**: Preserve comments and structure during code conversion.\r\n- **Language Support**: Currently supports Python, JavaScript, Java, C++, Ruby, Go, Rust, TypeScript, PHP, and Swift.\r\n- **Explanation**: Understand the transformation process with an explanation of key differences between source and target code.\r\n- **Feedback**: Provide feedback to improve the platform.\r\n\r\n## Installation\r\n\r\n1. Clone the repository:\r\n\r\n   ```\r\n   git clone https://github.com/ahammadnafiz/Python-Mini-Projects.git\r\n   ```\r\n\r\n2. Navigate to the project directory:\r\n\r\n   ```\r\n   cd ConvertirseAI\r\n   ```\r\n\r\n\r\n## Usage\r\n\r\n1. Set up your environment with the necessary API keys:\r\n\r\n   - Obtain your Groq API key and set it as an environment variable:\r\n\r\n     ```\r\n     export GROQ_API_KEY=\"your_groq_api_key_here\"\r\n     ```\r\n\r\n2. Run the Streamlit app:\r\n\r\n   ```\r\n   streamlit run convertirse.py\r\n   ```\r\n\r\n3. Use the web interface to:\r\n\r\n   - Select the source and target programming languages.\r\n   - Paste your source code snippet in the provided text area.\r\n   - Click on \"Transform Code\" to convert the code to the target language.\r\n   - Explore the transformed code and its explanation.\r\n\r\n4. Provide feedback to help us improve the platform.\r\n\r\n## Contributing\r\n\r\nContributions are welcome! If you'd like to contribute to ConvertirseAI, please follow these steps:\r\n\r\n1. Fork the repository and create your branch:\r\n\r\n   ```\r\n   git checkout -b feature/your-feature-name\r\n   ```\r\n\r\n2. Make your changes and commit them:\r\n\r\n   ```\r\n   git commit -m 'Add your feature or fix'\r\n   ```\r\n\r\n3. Push to your branch:\r\n\r\n   ```\r\n   git push origin feature/your-feature-name\r\n   ```\r\n\r\n4. Create a new Pull Request.\r\n\r\n\r\n## Acknowledgments\r\n\r\n- Streamlit: For providing an excellent framework for building interactive web applications with Python.\r\n- Langchain and Groq: For their powerful tools and APIs that enable advanced code conversion capabilities.\r\n\r\n---\r\n\r\n### Notes:\r\n- Customize the URLs and placeholders (`your-username`, `your_groq_api_key_here`, etc.) with your actual information.\r\n- Ensure to include any additional setup instructions or prerequisites specific to your environment or deployment scenario.\r\n- Update the acknowledgments section to include any other third-party libraries or tools used in your project.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahammadnafiz%2Fconvertirseai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fahammadnafiz%2Fconvertirseai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahammadnafiz%2Fconvertirseai/lists"}