An AI product for describing product images.
Initial release of the application.
To get started with the Pixcrypt, follow these steps:
- Clone the repository:
git clone https://github.com/Danselem/pixcrypt.git
cd nvidia_blueprint/research_assistant- Installing uv
Use the link to install uv depending on your platform.
⚠️ Note: Ensure you havemakeinstalled on your PC. If you do not havemakeinstalled, kindly follow the instructions for Windows and Linux.
- Install dependencies
make install-python
make install- Set up environmental variables
make envThen fill in the required API keys in the .env file in your project directory.
- Start the app
make run-
Clone this repository:
git clone https://github.com/Danselem/pixcrypt.git
-
Change to the cloned repository directory:
cd pixcrypt -
Create a virtual environment
python3.10 -m venv .venv
-
Activate the virtual environment
source .venv/bin/activate -
Install the required Python packages:
pip install --upgrade pip && pip install -r requirements.txt
-
Run the Streamlit app:
streamlit run app.py & -
Open a web browser and navigate to
http://localhost:8501to access the app running inside the container. -
Follow the steps in the Streamlit interface to use PixCrypt GPT.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.