Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.1 KB

README.md

File metadata and controls

29 lines (20 loc) · 1.1 KB

ChatHouse

A web-application in which users can interact with each other through rooms.

Set-Up Work Environment

Node.js

  • Install node on your local machine.

MongoDB

Running the Application

Clone the Repository

  • Open a terminal and run the following command

    git clone https://github.com/sowmya-dev/ChatHouse.git

Install the Dependencies

  • From your terminal, go inside the ChatHouse directory

    cd ChatHouse

  • Install the required dependencies

    npm i

References

  1. Deploy machine-learning model into web-app using tensorflow.
  2. Convert a python saved model to tensorflow format

Note: Follow cheat-sheet for syling your readme.