Code Detection Library is a powerful library designed to process textual messages, identify embedded code snippets, and determine the programming language of the detected code.
- Multi-language Support: Detects code snippets in Python, C++, Java, and Swift.
- Flexible Integration: Easily integrates with various text processing workflows.
- Recurrent Neural Network (RNN): Utilizes RNN for processing code segments.
- Neural Network Scaling: Supports scaling of the neural network to improve performance and accuracy.
To install the necessary dependencies, run the following command:
pip install pytest numpy pandas
This project is licensed under the MIT License.