https://github.com/programmer-rd-ai-archive/myclassroom-v4-deploy
if you have any questions please add them to the issues page of this project thank you
https://github.com/programmer-rd-ai-archive/myclassroom-v4-deploy
Last synced: 3 months ago
JSON representation
if you have any questions please add them to the issues page of this project thank you
- Host: GitHub
- URL: https://github.com/programmer-rd-ai-archive/myclassroom-v4-deploy
- Owner: Programmer-RD-AI-Archive
- License: apache-2.0
- Created: 2021-08-20T11:39:54.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-11T23:43:11.000Z (3 months ago)
- Last Synced: 2025-03-01T23:52:49.782Z (3 months ago)
- Language: Jupyter Notebook
- Homepage: https://myclassroom-v4.herokuapp.com/
- Size: 4.35 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
CONTENTS OF THIS FILE
---------------------* Introduction
* Requirements
* Troubleshooting
* FAQINTRODUCTION
------------EmoPro allows companies or even small businesses to keep track of there customer opinion about different different products.
To Run the Web Application type `python3 app.py`
[The Hosted Web App](https://myclassroom-v4.herokuapp.com/)
I focused on the backend and the AI part mostly and that is what took most of the time to create.
And also if you want to AI section of the project let me know in the issues page and I will send the models and all other files to you. I cant add the files becuase
its like 5GB.REQUIREMENTS
------------This module requires the following modules:
* The requriments are in the `requirments.txt` file you can install of the requirments using `pip3 install -r requirments.txt`
* Python Version - 3.8.4 64-bit
* Cuda Version - 11 (if 11 doesnt work try 10)
* Cudnn Version - Latest**GPU Drivers and other Info**
| NVIDIA-SMI 470.57.02 Driver Version: 470.57.02 CUDA Version: 11.4 |
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
| 0 NVIDIA GeForce ... Off | 00000000:26:00.0 On | N/A |
| 0% 52C P8 10W / 170W | 541MiB / 12045MiB | 1% Default |Troubleshooting
------------If you have any problem with running the web application or any other file. Try creating a new pymongo cloud cluster by going to pymongo.com and then change the link of the MongoClient in private/mongodb-client.json file.
or
You can add a issue for this project and I will respond to you and fix the problem as soon as possible
or
in funtion `send_email()` in sever the Email and Password is missing so you would need to add your email and password make sure that you dont have 2 Fac auth in your account and make sure to DetachCache in your Account and allow less secure apps.
or
in the sms api I am using the balance maybe 0 so please add a issue and I will fix it.FAQ
------------
- What Modelling FrameWork did you use - Sklearn and PyTorch
- Why did you choose python - Python is a widely used programming language and I have the most experience in it.
- How can I contact you - [email protected] or just add a issue
- *If you have any other questions please add a issue I will repond to your question ASAP*Small Notices
------------
If you have any thing that you would recommend me to add to the README.md or any funtion to add to this project please let me know in the issues section of this project.
I really had alot of fun working on this project. Learned alot of new things.
[More about me](https://github.com/Programmer-RD-AI/Programmer-RD-AI/blob/main/README.md)
- Contact Me 💬
- [**Email**]([email protected])
- [**Github**](https://github.com/Programmer-RD-AI)
- [**LinkedIn**](https://www.linkedin.com/in/ranuga-disansa-gamage-94a7671b2/)- [**Kaggle**](https://www.kaggle.com/ranugadisansagamage)
- [**PyTorch Community**](https://discuss.pytorch.org/u/programmer-rd-ai/summary)
- **Discord** - Programmer-RD-AI#2022
- [**GitMemory**](https://githubmemory.com/@Programmer-RD-AI)
Programmer-RD-AI