- Install the necessary packages in the requirements.txt file.
- Run the project using the following command:
python app.py
First build the image from the dockerfile using the following command while in the root directory of the project:
docker build -t cs661-proj .
Then run the image using the following command:
docker run --rm -itd -p 5000:5000 cs661-proj
The server will be running on port 5000. To access the server, open a web browser and navigate to http://localhost:5000/.
- Aadarsh Shaw
- Abhishek Rajwanshi
- Aishwarya Srivastava
- Ankit Choudhary
- Harsh Chaudhary
- Niharika Khatri
- Sejal Sahu
- Shamayeeta Dass