Skip to content

Commit

Permalink
Initial commit: Add Visual Twin Proposal files
Browse files Browse the repository at this point in the history
  • Loading branch information
yjq349825834 committed Dec 15, 2024
0 parents commit 06ba8f4
Show file tree
Hide file tree
Showing 13 changed files with 11,960 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Use the official Python image as the base image
FROM python:3.11

# Set the working directory inside the container
WORKDIR /VisualTwin

# Copy the current directory contents into the container
COPY . .

# Install Python dependencies
RUN pip install --no-cache-dir -r requirements.txt

# Copy the application code to the working directory
COPY . .

# Expose the port on which Streamlit runs
EXPOSE 8501

# Command to run the Streamlit app
CMD ["streamlit", "run", "main.py","--server.port=8501", "--server.address=192.168.0.109"]
Binary file added data/cambridge_1.mp4
Binary file not shown.
Binary file added data/london_kings_cross_1.mp4
Binary file not shown.
Binary file added data/red1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/red2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/red3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 06ba8f4

Please sign in to comment.