Skip to content

sakimilo/chat-webapp-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🦜️🔗 Chat-WebApp-Template

This repo is an implementation of a locally hosted webapp specifically focused on creating the chat interface using FastAPI.

✅ Running locally

  1. Create virtual environment and install necessary dependencies,
    • Using anaconda: conda env create -f environment.yml
    • Using pip: pip install -r requirements.txt
  2. Run python main.py to start the web app (for all OS: Windows, Mac or Linux).
  3. Or, alternatively if you are using Mac/Linux, run the app: make start
  4. Open localhost:8000 in your browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published