This is a simple web application built with Streamlit that allows users to scan code for vulnerabilities using Groq.
- Python 3.10 or higher
- Groq API key
-
Clone the Repository
git clone https://github.com/codeguardai/explorer.git cd explorer
-
Set the Groq API Key
export GROQ_API_KEY=<your_api_key_here>
-
Install Dependencies
pip install -r requirements.txt
-
Run the Application
streamlit run app.py
- Select a Programming Language: Choose the programming language from the dropdown menu.
- Input Your Code: Write or paste your code into the editor.
- Click 'Evaluate': The application will analyze your code for vulnerabilities and display the results.
This project is licensed under the Apache License 2.0 License. See the LICENSE file for details.