Skip to content

CroAnna/foliofusion-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FolioFusion AI server

This is an AI server for the FolioFusion web app.

Built using FastAPI & Groq with Python 3.12.3. Deployed on Railway.

My Skills

How to start?

1. Prerequisites

A valid Groq API key.

2. Clone the repository

git clone https://github.com/yourusername/foliofusion-ai.git
cd foliofusion-ai

3. Create a virtual environment and activate it.

python -m venv venv
source venv/bin/activate

4. Install dependencies

pip install -r requirements.txt

5. Start the server on port 8000

uvicorn app.main:app --reload

The application is available on http://localhost:8000

NOTE: documentation is available on http://localhost:8000/docs

About

AI server for the FolioFusion portfolio builder web app

Topics

Resources

Stars

Watchers

Forks

Languages