FigmaChain
FigmaChain copied to clipboard
FigmaChain is a set of Python scripts that generate HTML/CSS code based on Figma designs. Using OpenAI's GPT-3 model, FigmaChain enables developers to quickly generate HTML/CSS code from a Figma desig...
Hi ! I have the following issues : When I try to run python3 generateCode.py navbar  when I try to install 'pip install chromadb' 
Output only displays demo - not the figma design from .env I removed my OpenAI key and Figma Token from the .env for screenshot purposes Figma design URL: https://www.figma.com/file/otuSGS6XKMka1pKgEgTX80/Portfolio-(Community)?node-id=0-1&t=zCYLl0Nlue1KyiUH-0 ...
dotenv
correct command - pip install openai langchain streamlit python-dotenv
 when I give **python generateCode.py ** it throws this error **NameError: name 'chromadb' is not defined** . First time it threw module not...
Fix: dotenv => python-dotenv
The error message you're seeing indicates that there is an issue with the usage of the @root_validator decorator from the Pydantic library. Starting from version 2.0.2, if you use @root_validator...
# Set Up Python Testing Infrastructure ## Summary This PR establishes a complete testing infrastructure for the Python project using Poetry as the package manager and pytest as the testing...