Code Monkey home page Code Monkey logo

app-hec-ai-ds's Introduction

AI and Data Science examples 🧠

Github Repository for the Streamlit "AI and Data Science examples" HEC Paris app.

Deploy the app locally using streamlit run main_page.py.

The app currently has four use cases:

  • Time Series Forecasting on Electrical Power Consumption
  • Sentiment Analysis on Customer reviews
  • Recommendation system for movies

Contributor guidelines

Github

  • Clone the repository locally (git clone)
  • Create a virtual environment python -m venv <venv_name> ⇒ never push venv folder to github
  • Install all the package dependencies using pip install -r requirements.txt
  • Create a branch for each feature/use cases added
  • Don’t push to the main branch, create a pull request to integrate changes to the repo
  • Never push .streamlit folder to the repo
  • Make sure your code is well documented (doc strings for functions,…)

Streamlit

  • To deploy the app locally, run on the terminal streamlit run main_page.py
  • Create a page for each use case (in the page\ folder)
  • Add datasets to the data\ folder
  • Add pretrained/saved models to the pretrained_models folder
  • .streamlit : Add API keys, identifications… to a .yaml file (never pushed to the repo, add the “secrets” to the deployed app directly on the website)

app-hec-ai-ds's People

Contributors

laudavid avatar gaetanbrison avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.