A lightweight and secure API for managing secrets or credentials, built with [FastAPI/React].
git clone https://github.com/pritam1322/MiniVault-API.git
cd MiniVault-APIcd minivault-api
pip install -r requirements.txtfrontend is optional you can use cli mentioned below as well
cd ..
cd frontend
npm installuvicorn main:app --reload-
Hugging Face Transformers for Text Generation
The backend integrates Hugging Face models to generate natural language responses based on user prompts. -
FastAPI for Scalable Backend APIs
FastAPI is used to expose high-performance REST endpoints for model inference, with automatic documentation and async support. -
React Frontend for User Interaction
A clean and responsive React-based UI allows users to input prompts and view generated text in real time.
Format : python cli.py "prompt" --model phi --stream
python cli.py "Tell me a joke" --model phi --stream