Skip to content

Onizukkaa/NLP_CNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


NLP_CNN

◦ HTTPStatus Exception: 429

◦ Developed with the software and tools below.

JavaScript HTML5 Python

GitHub license git-last-commit GitHub commit activity GitHub top language

📖 Table of Contents


📍 Overview

HTTPStatus Exception: 429


📦 Features

HTTPStatus Exception: 429


📂 Repository Structure

└── NLP_CNN/
    ├── __pycache__/
    │   ├── generate_caption.cpython-39.pyc
    │   └── semantic_search.cpython-39.pyc
    ├── files/
    │   ├── captions.npy
    │   ├── corpus_embeddings.pt
    │   ├── filenames.npy
    │   ├── inceptionV3_model-ep003-loss3.472-val_loss3.755.h5
    │   ├── resnet_model.h5
    │   ├── resnet_tokenizer.pkl
    │   ├── tokenizer.pkl
    │   └── vgg16_model-ep003-loss3.637-val_loss3.874.h5
    ├── generate_caption.py
    ├── run.py
    ├── semantic_search.py
    └── ui_app/
        ├── __init__.py
        ├── __pycache__/
        ├── static/
        ├── templates/
        └── views.py

⚙️ Modules

Root
File Summary
run.py HTTPStatus Exception: 429
semantic_search.py HTTPStatus Exception: 429
generate_caption.py HTTPStatus Exception: 429
Ui_app
File Summary
views.py HTTPStatus Exception: 429
Templates
File Summary
camera.html HTTPStatus Exception: 429
image_hits.html HTTPStatus Exception: 429
generator_load.html HTTPStatus Exception: 429
image_search.html HTTPStatus Exception: 429
generator.html HTTPStatus Exception: 429
index.html HTTPStatus Exception: 429
models.html HTTPStatus Exception: 429
analysis.html HTTPStatus Exception: 429

🚀 Getting Started

Dependencies

Please ensure you have the following dependencies installed on your system:

- ℹ️ Dependency 1

- ℹ️ Dependency 2

- ℹ️ ...

🔧 Installation

  1. Clone the NLP_CNN repository:
git clone https://github.com/Onizukkaa/NLP_CNN
  1. Change to the project directory:
cd NLP_CNN
  1. Install the dependencies:
► INSERT-TEXT

🤖 Running NLP_CNN

► INSERT-TEXT

🧪 Tests

► INSERT-TEXT

🛣 Roadmap

  • ℹ️ Task 1: Implement X
  • ℹ️ Task 2: Implement Y
  • ℹ️ ...

🤝 Contributing

Contributions are always welcome! Please follow these steps:

  1. Fork the project repository. This creates a copy of the project on your account that you can modify without affecting the original project.
  2. Clone the forked repository to your local machine using a Git client like Git or GitHub Desktop.
  3. Create a new branch with a descriptive name (e.g., new-feature-branch or bugfix-issue-123).
git checkout -b new-feature-branch
  1. Make changes to the project's codebase.
  2. Commit your changes to your local branch with a clear commit message that explains the changes you've made.
git commit -m 'Implemented new feature.'
  1. Push your changes to your forked repository on GitHub using the following command
git push origin new-feature-branch
  1. Create a new pull request to the original project repository. In the pull request, describe the changes you've made and why they're necessary. The project maintainers will review your changes and provide feedback or merge them into the main branch.

📄 License

This project is licensed under the ℹ️ LICENSE-TYPE License. See the LICENSE-Type file for additional info.


👏 Acknowledgments

- ℹ️ List any resources, contributors, inspiration, etc.

↑ Return


About

Annotation automatique d'image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published