Skip to content

Interactive web-app using Streamlit and FastAPI back-end: Exploratory data analysis (EDA) and classification model integration

License

Notifications You must be signed in to change notification settings

mijanr/FastAPI-Streamlit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

requirements.yml file contains the list of all the packages required to run the code in this repository. requirements.yml is generated using the following command:

conda env export --no-builds | grep -v "prefix" > requirements.yml

To create a conda environment using the requirements.yml file, run the following command:

conda env create -f requirements.yml

About

Interactive web-app using Streamlit and FastAPI back-end: Exploratory data analysis (EDA) and classification model integration

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published