Welcome to the Anidex repository, which is a real life pokedex for knowing about animals on the spot with scanning or clicking the picture of the animal. Then the app will respond which possible animal is it with few basic details in both text in screen and as voice message like any voice assistant
You need to setup the API keys for ANIMAL_API_TOKEN from the free live animal api you can use it for free and HUGGINGFACEHUB_APT_TOKEN from HUGGINGFACEHUB
These are some required packages for our program which are mentioned in the Requirements.txt file
- flask
- fastapi
- python-multipart
- pillow
- tensorflow-serving-api
- matplotlib
- numpy
- requests
- python-dotenv
- langchain
- speechRecognition
- pyttsx3
- tensorflow
- uvicorn
- typing-inspect
- typing_extensions
I have commented most of the neccesary information in the respective files.
To run this project locally, please follow these steps:-
-
Clone the repository:
git clone https://github.com/Rajarshi12321/Anidex.git
-
Activating the env
conda activate <your-env-name>
-
Install the required dependencies by running:
pip install -r requirements.txt
Ensure you have Python installed on your system (Python 3.9 or higher is recommended).
Once the dependencies are installed, you're ready to use the project. -
Run the Flask app: Execute the following code in your terminal.
python app.py
-
Access the app: Open your web browser and navigate to http://localhost:5000/ to use the Anidex app for uploading image file.
I welcome contributions to improve the functionality and performance of the app. If you'd like to contribute, please follow these guidelines:
-
Fork the repository and create a new branch for your feature or bug fix.
-
Make your changes and ensure that the code is well-documented.
-
Test your changes thoroughly to maintain app reliability.
-
Create a pull request, detailing the purpose and changes made in your contribution.
This project is licensed under the MIT License. Feel free to modify and distribute it as per the terms of the license.
I hope this README provides you with the necessary information to get started with the Anidex project.