*Machine Learning Engineer
Data App project for DNA nucleotide counting based on a Course developed by Chanin Nantasenamat (aka Data Professor). This project aims to show some of the power of streamlit to use libraries like pandas to handle data and the altair library to create data visualizations. If you can, please contribute and share your knowledge.
Some Screenshots from the project running
How to proceed to running this app
First install the dependencies
pip install -r requirements.txt
Then run the project with the command bellow
streamlit run dna_app.py
Links: