fabriziorocco / Typy-App

Advanced programming with Python. Build a speeding typing service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advanced Programming with Python

Python 3.7 3.8 3.9 3.10 Documentation Status Code style: black Maintenance contributions welcome

Team D

Prerequisites

Before run make sure to install the following packages

pip install numpy
pip install streamlit
pip install keras

It's also required at least Python 3.10.

Run Web App Locally

Shell

you can directly run streamlit locally in the repo root folder as follows:

$ git clone https://github.com/fabriziorocco/Typy-App.git
$ cd Typy-App
$ python -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
$ streamlit run app.py

Open http://localhost:8501 (or 8502) to view the demo

Version

Version 1.0 27-06-22

Authors

  • Fabrizio Rocco - ESADE Business School
  • Giorgio Bientinesi - ESADE Business School
  • Belen Sanchez Campillo - ESADE Business School
  • Maria Curiel Azar - ESADE Business School
  • Kiko Riba Clasca - ESADE Business School
  • Armen Fermadjian - ESADE Business School

About

Advanced programming with Python. Build a speeding typing service

License:MIT License


Languages

Language:Python 84.2%Language:C++ 5.1%Language:JavaScript 4.2%Language:Cython 3.3%Language:CSS 1.0%Language:C 1.0%Language:Jupyter Notebook 0.5%Language:HTML 0.4%Language:Jinja 0.1%Language:Fortran 0.0%Language:Smarty 0.0%Language:Objective-C 0.0%Language:Forth 0.0%Language:Batchfile 0.0%Language:Less 0.0%Language:Roff 0.0%Language:Shell 0.0%Language:XSLT 0.0%Language:Dockerfile 0.0%