This is an AI server for the FolioFusion web app.
Built using FastAPI & Groq with Python 3.12.3. Deployed on Railway.
A valid Groq API key.
git clone https://github.com/yourusername/foliofusion-ai.git
cd foliofusion-ai
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
uvicorn app.main:app --reload
The application is available on http://localhost:8000
NOTE: documentation is available on
http://localhost:8000/docs