CodeWise is an AI-powered application that generates code from user prompts and explains the generated code in simple, beginner-friendly terms.
- π» AI Code Generation β Generate code from natural-language prompts.
- π§ Code Explanation β Get simple explanations of the generated code.
- β‘ Parallel Processing β Uses LangChain's
RunnableParallelto generate the code and explanation workflow. - π Runnable Chains β Demonstrates
RunnablePassthroughand LangChain expression language. - π¨ Clean UI β Built with Streamlit and custom CSS.
- Python
- Streamlit
- LangChain
- Groq API
- python-dotenv
Purvesh Patil