Skip to content

NAVANEETHELITE/AUTO_COMPLETE_STREAMLIT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AUTO_COMPLETE_STREAMLIT

REQUIREMENTS:

  • Python 3.7+
  • tensorflow == 2.3.0
  • streamlit == 0.86.0

CREATING VENV IN CONDA:

conda create --name myenv

Using a virtual environment:

conda activate myenv

Deactivating a virtual environment:

conda deactivate myenv

INSTALLING DEPENDENCIES:

TENSORFLOW:

pip install --user --upgrade tensorflow

STREAMLIT:

pip install streamlit == 0.86.0

RUNNING THE APPLICATION:

run :

streamlit run app.py
  • Your app will be hosted in the local server.
  • Then deploy the app to Heroku or some other platforms you like!
  • This app was deployed to Streamlit Sharing. (Request for the invite to deploy the app and wait for atmost 12 hours)
  • The home page of the web app is shown below:
index

About

Lazy of typing the whole sentence?? Use my TEXT AUTO COMPLETION app. This app was trained using BI-LSTM and deployed to Streamlit Sharing.

Topics

Resources

Stars

Watchers

Forks

Languages