The goal of this project is to exploit AI in the context of software reuse or code reuse.
Add the API keys for:
- groqCloud
- OpenAI's GPT-4 or 3.5
In a config.json file.
To execute the app, run the following commands:
- Create a virtual environment:
python -m venv venv
- Activate the virtual environment:
.\venv\Scripts\activate
- Install dependencies
pip install -r requirements.txt
- Run the Streamlit app
streamlit run streamlit_app/app.py
- When done, deactivate the virtual environment
deactivate




