https://github.com/jyoti-ranjan-jena/codemorph
CodeMorph is a revolutionary AI-powered tool designed to enhance coding experiences by automating language conversion and providing detailed code explanations. Built with technologies like Vite, Tailwind CSS, React, MindSDB, CodeMorph aims to simplify development processes and improve code quality.
https://github.com/jyoti-ranjan-jena/codemorph
mindsdb react tailwindcss
Last synced: 5 months ago
JSON representation
CodeMorph is a revolutionary AI-powered tool designed to enhance coding experiences by automating language conversion and providing detailed code explanations. Built with technologies like Vite, Tailwind CSS, React, MindSDB, CodeMorph aims to simplify development processes and improve code quality.
- Host: GitHub
- URL: https://github.com/jyoti-ranjan-jena/codemorph
- Owner: jyoti-ranjan-jena
- Created: 2024-07-08T14:51:46.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-08T14:57:24.000Z (over 1 year ago)
- Last Synced: 2025-09-01T17:45:01.916Z (10 months ago)
- Topics: mindsdb, react, tailwindcss
- Language: JavaScript
- Homepage:
- Size: 101 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🌟 Code Morph 🌟
Welcome to **Code Morph**, the ultimate AI-powered code conversion and explanation tool!
## ✨ About
Code Morph is designed to help developers seamlessly convert code from one language to another and understand complex code snippets through detailed explanations. Harnessing the power of MindsDB's Mistral-7b AI model, Code Morph provides accurate and insightful code transformations and explanations.
## 🚀 Features
- 🔄 **Code Conversion:** Convert code from one programming language to another effortlessly.
- 📖 **Code Explanation:** Get detailed explanations of code snippets to enhance your understanding.
- 💡 **Intelligent Code Suggestions:** Receive intelligent suggestions for optimizing and refactoring code, based on best practices and AI-driven insights.
- ⚡ **AI-Powered:** Utilizes the advanced MindsDB Mistral-7b model for precise and reliable results.
## 🎥 Demo Video
## 🛠️ How to Use
### Setup
1. **Clone the repository:**
```sh
git clone https://github.com/jyoti-ranjan-jena/codemorph.git
cd codemorph
```
2. **Setup:**
```sh
cd setup
python -m venv venv
source venv/bin/activate # On Windows use `venv\Scripts\activate`
pip install -r requirements.txt
```
4. **Configure MindsDB engine:**
```sh
# Go to the MindsDB endpoint
go to http://127.0.0.1:47334
# Run the following SQL command:
CREATE ML_ENGINE minds_endpoint_engine
FROM minds_endpoint
USING
minds_endpoint_api_key = 'your-api-key';
```
You can get your API key at [mdb.ai](mdb.ai).
5. **Run the MindsDB setup script:**
```sh
python mindsdb_setup.py
```
6. **Setup the frontend:**
```sh
cd ../client
npm install
npm run dev
```
7. **Run the app and start coding!**
## ⭐ Star the Repo
If you like **Code Morph**, please give us a star ⭐
[](https://quira.sh?utm_source=widgets&utm_campaign=jyoti-ranjan-jena)
## 📞 Contact the Creator
Feel free to reach out for any questions, suggestions, or collaboration opportunities!
- **Email:** jyotiranjanjena256504@gmail.com
- **GitHub:** [jyoti-ranjan-jena](https://github.com/jyoti-ranjan-jena)
---
Made with ❤️ by Jyoti Ranjan Jena