All Projects → H-Richard → mune

H-Richard / mune

Licence: other
Simple stock price analytics

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to mune

five-minute-midas
Predicting Profitable Day Trading Positions using Decision Tree Classifiers. scikit-learn | Flask | SQLite3 | pandas | MLflow | Heroku | Streamlit
Stars: ✭ 41 (+192.86%)
Mutual labels:  pandas, streamlit
streamlit-pandas-profiling
Pandas profiling component for Streamlit.
Stars: ✭ 135 (+864.29%)
Mutual labels:  pandas, streamlit
capbot2.0
Repository to hold code for the cap-bot varient that is being presented at the SIIC Defence Hackathon 2021.
Stars: ✭ 20 (+42.86%)
Mutual labels:  pandas, streamlit
streamlit-d3-demo
D3 in React in Streamlit tech demo
Stars: ✭ 50 (+257.14%)
Mutual labels:  streamlit
skutil
NOTE: skutil is now deprecated. See its sister project: https://github.com/tgsmith61591/skoot. Original description: A set of scikit-learn and h2o extension classes (as well as caret classes for python). See more here: https://tgsmith61591.github.io/skutil
Stars: ✭ 29 (+107.14%)
Mutual labels:  pandas
hh research
Автоматизация поиска и исследования вакансий с сайта hh.ru (Headhunter) с помощью методов Python. Классификация данных, поиск статистических параметров.
Stars: ✭ 36 (+157.14%)
Mutual labels:  pandas
espandas
Reading and writing pandas DataFrames in Elasticsearch
Stars: ✭ 24 (+71.43%)
Mutual labels:  pandas
gateCracker
No description or website provided.
Stars: ✭ 20 (+42.86%)
Mutual labels:  streamlit
kobe-every-shot-ever
A Los Angeles Times analysis of Every shot in Kobe Bryant's NBA career
Stars: ✭ 66 (+371.43%)
Mutual labels:  pandas
map-floodwater-satellite-imagery
This repository focuses on training semantic segmentation models to predict the presence of floodwater for disaster prevention. Models were trained using SageMaker and Colab.
Stars: ✭ 21 (+50%)
Mutual labels:  streamlit
anesthetic
Nested Sampling post-processing and plotting
Stars: ✭ 34 (+142.86%)
Mutual labels:  pandas
django-model-values
Taking the O out of ORM.
Stars: ✭ 57 (+307.14%)
Mutual labels:  pandas
read-protobuf
Small library to read serialized protobuf(s) directly into Pandas Dataframe
Stars: ✭ 28 (+100%)
Mutual labels:  pandas
geemap-apps
Interactive web apps created using geemap and streamlit
Stars: ✭ 24 (+71.43%)
Mutual labels:  streamlit
dstoolbox
Tools that make working with scikit-learn and pandas easier.
Stars: ✭ 43 (+207.14%)
Mutual labels:  pandas
hydralit
A library to create multi-page Streamlit applications with ease.
Stars: ✭ 93 (+564.29%)
Mutual labels:  streamlit
es pandas
Read, write and update large scale pandas DataFrame with Elasticsearch
Stars: ✭ 34 (+142.86%)
Mutual labels:  pandas
fer
Facial Expression Recognition
Stars: ✭ 32 (+128.57%)
Mutual labels:  pandas
Algorithmic-Trading
Algorithmic trading using machine learning.
Stars: ✭ 102 (+628.57%)
Mutual labels:  pandas
deepstack-ui
UI for working with Deepstack
Stars: ✭ 115 (+721.43%)
Mutual labels:  streamlit

mune · Production Open in Streamlit Build Status Commitizen friendly

Mune is an open source python web application built to analyze stocks, named after Homma Munehisa. Currently, the forecasting component is powered by Prophet, but this is subject to change.

Contents

Development

Currently, this project uses pipenv to manage dependencies, once installed run pipenv install --dev to install depdendencies. Then you can either run pipenv shell to activate the dev environment or run pipenv run start to start the app. Once the app is up and running, streamlit has an auto reload feature that makes development easy.

Learn more about streamlit here!

Contributing

Feel free to open pull requests and raise new issues.

All kinds of PRs are welcome, just make sure pipenv run lint passes 😄. For high risk PRs, please make the base branch staging instead of main.

Deployment

Currently, staging and main are being auto deployed with heroku (only if travis is happy with the changes). See the Environment panel or click here for the live instances as the urls are subject to change.

Thanks to the invite to join Streamlit Sharing, this project is also now deployed on a much better cloud server, see the Open in Streamlit badge or click here.

Features

  • basic time series forecasting
  • historical performance against indices

Backlog

  • divident payout adjustments
  • warning against leveraged etfs
  • better caching
  • automated tests
  • improve chart performance

Known Issues

  • pipenv fails to install fbprophet the first time, retry always works
  • code sucks
  • pineapples don't belong on pizza
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].