Streamlit app for Bulk Conversion of CSV to VCF - customized for Necf
- Clone the repository -
git clone https://github.com/segestic/vcf-contacts.git - Create a new virtual environment -
virtualenv venv - Activate the virtual environment -
venv\scripts\activate - Install the requirements -
pip install -r requirements.txt - Run the app using -
streamlit run app.py - Sample CSV file to test conversion -
CSV_format.csv
- Run API using -
uvicorn application.server.main:app