Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fatimanasirawan/deep-learning-project

Project Demo
https://github.com/fatimanasirawan/deep-learning-project

deep-learning deep-learning-with-frontend deeplearning-ai image-classification semester-project

Last synced: 5 days ago
JSON representation

Project Demo

Awesome Lists containing this project

README

        

Instructions to Run the Project

1. **Open Google Colab:**
- Open [Google Colab](https://colab.research.google.com/).

2. **Upload and Run the `.ipynb` File:**
- Upload your Jupyter notebook (`.ipynb` file) to Colab.
- Paste the code into the notebook and run it to download the `.h5` trained data.

3. **Move `.h5` File to the Project Folder:**
- Once the `.h5` file is downloaded, move it into the `Fatima's Model` folder.

4. **Set Up Visual Studio Code:**
- Open Visual Studio Code (VS Code).
- Open the project folder in VS Code.

5. **Install TensorFlow:**
- Open a terminal in VS Code.
- Install TensorFlow by running the following command:
```
pip install tensorflow
```

6. **Run the Application:**
- In the terminal, navigate to the project directory if you are not already there.
- Run the application by typing:
```
python app.py
```

Your code should now be running successfully.

---