Welcome to the AI Challenge Score Master GitHub repository! This project was a part pf a small project i made while teaching some students about the basics of AI so that they can have a fun competition.
The idea behind this project is inspired by my university and how we used to upload our models for automatic testing. I just made it simpler and more user friendly.
- A user can make an account or login.
- Once the user is logged, a model can be uploaded (Models that are trained on MNIST).
- Models are automatically evaluated.
- Results are visualized in a table (No login needed to view that table).
To get started with the AI Challenge Score Master r, follow these steps:
-
Clone the repository:
git clone https://github.com/hamdi3/AI-Challenge-ScoreMaste.git
-
Install the required dependencies. We recommend using a virtual environment:
cd AI-Challenge-ScoreMaster python3.10 -m venv env source env/bin/activate pip install -r requirements.txt
-
Launch the web application:
streamlit run Home.py
-
Access the web application by opening
http://localhost:8501
in your browser.
Contributions are welcome and greatly appreciated! To contribute to the AI Challenge Score Master project, follow these steps:
-
Fork the repository.
-
Create a new branch:
git checkout -b feature/my-feature
-
Make the desired changes and commit them:
git commit -m "Add my feature"
-
Push to the branch:
git push origin feature/my-feature
-
Open a pull request in the main repository.
This project is licensed under the MIT License. See the LICENSE file for more details.
If you have any questions, suggestions, or feedback, please feel free to contact me:
- GitHub: github.com/hamdi3
I'm open to collaboration and look forward to hearing from you!
Thank you for visiting the AI Challenge Score Master GitHub repository! I hope you find it useful and informative.